Changeset 10540


Ignore:
Timestamp:
11/08/11 18:23:21 (13 years ago)
Author:
Eric.Larour
Message:

Reactivated minimum water column constraint

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Elements/Tria.cpp

    r10538 r10540  
    48534853                values[i]=solution[doflist[i]];
    48544854                if(isnan(values[i])) _error_("NaN found in solution vector");
    4855                 //if (values[i]<pow(10,-10))values[i]=pow(10,-10); //correcting the water column to positive values
     4855                if (values[i]<pow(10,-10))values[i]=pow(10,-10); //correcting the water column to positive values
    48564856 
    48574857        }
Note: See TracChangeset for help on using the changeset viewer.