Changeset 12528
- Timestamp:
- 06/25/12 12:11:34 (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/objects/Constraints/SpcTransient.cpp
r12520 r12528 149 149 150 150 /*Apply or relax constraint: */ 151 if( isnan(value)){151 if(xIsNan<IssmDouble>(value)){ 152 152 node->RelaxConstraint(dof); 153 153 }
Note:
See TracChangeset
for help on using the changeset viewer.