Changeset 27677


Ignore:
Timestamp:
04/05/23 05:56:18 (2 years ago)
Author:
Mathieu Morlighem
Message:

CHG: adding Nodalvalue to marshall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/datastructures/DataSet.cpp

    r27169 r27677  
    271271                                this->AddObject(cfdragcoeff);
    272272                        }
     273                        else if(obj_enum==NodalvalueEnum){
     274                                Nodalvalue* nodalvalue=new Nodalvalue();
     275                                nodalvalue->Marshall(marshallhandle);
     276                                this->AddObject(nodalvalue);
     277                        }
    273278                        else if(obj_enum==MassfluxatgateEnum){
    274279                                Massfluxatgate<IssmDouble>* massfluxgate=new Massfluxatgate<IssmDouble>();
Note: See TracChangeset for help on using the changeset viewer.