Changeset 22485 for issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
- Timestamp:
- 02/28/18 12:45:34 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/analyses/EnthalpyAnalysis.cpp
r22484 r22485 54 54 if (issurface[i]==1){ 55 55 spcvector[i*N+j] = heatcapacity*(spcvector[i*N+j]-referencetemperature); 56 spcvectorstatic[i*N+j] = nan("");56 spcvectorstatic[i*N+j] = NAN; 57 57 } 58 58 else{ 59 spcvector[i*N+j] = nan("");59 spcvector[i*N+j] = NAN; 60 60 spcvectorstatic[i*N+j] = heatcapacity*(spcvectorstatic[i*N+j]-referencetemperature); 61 61 }
Note:
See TracChangeset
for help on using the changeset viewer.