Changeset 27677
- Timestamp:
- 04/05/23 05:56:18 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/datastructures/DataSet.cpp
r27169 r27677 271 271 this->AddObject(cfdragcoeff); 272 272 } 273 else if(obj_enum==NodalvalueEnum){ 274 Nodalvalue* nodalvalue=new Nodalvalue(); 275 nodalvalue->Marshall(marshallhandle); 276 this->AddObject(nodalvalue); 277 } 273 278 else if(obj_enum==MassfluxatgateEnum){ 274 279 Massfluxatgate<IssmDouble>* massfluxgate=new Massfluxatgate<IssmDouble>();
Note:
See TracChangeset
for help on using the changeset viewer.