Changeset 12528


Ignore:
Timestamp:
06/25/12 12:11:34 (13 years ago)
Author:
utke
Message:

example use of templatized isnan

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/objects/Constraints/SpcTransient.cpp

    r12520 r12528  
    149149
    150150                /*Apply or relax constraint: */
    151                 if(isnan(value)){
     151                if(xIsNan<IssmDouble>(value)){
    152152                        node->RelaxConstraint(dof);
    153153                }
Note: See TracChangeset for help on using the changeset viewer.