Changeset 27270
- Timestamp:
- 09/08/22 09:28:02 (3 years ago)
- Location:
- issm/branches/trunk-larour-SLPS2022/src/c/classes
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/branches/trunk-larour-SLPS2022/src/c/classes/BarystaticContributions.cpp
r27269 r27270 131 131 132 132 ice->Set(0.); 133 hydro->Set(0.); 134 ocean->Set(0.); 135 136 } /*}}}*/ 137 void BarystaticContributions::Finalize(){ /*{{{*/ 138 139 ice->Set(0.); 133 140 cumice->Set(0.); 134 141 hydro->Set(0.); -
issm/branches/trunk-larour-SLPS2022/src/c/classes/BarystaticContributions.h
r26469 r27270 43 43 void Set(int eid, IssmDouble icevalue, IssmDouble hydrovalue, IssmDouble oceanvalue); 44 44 void Reset(); 45 void Finalize(); 45 46 46 47 };
Note:
See TracChangeset
for help on using the changeset viewer.