Changeset 25229


Ignore:
Timestamp:
07/08/20 00:33:21 (5 years ago)
Author:
Eric.Larour
Message:

CHG: taking out a legacy remnant, ice_levelset not needed here. Leaving it in comments
just in case I'm losing it and we need to reinstate it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/modules/ModelProcessorx/CreateElementsVerticesAndMaterials.cpp

    r24750 r25229  
    447447                iomodel->FindConstant(&isoceancoupling,"md.transient.isoceancoupling");
    448448
    449                 iomodel->FetchData(6,"md.mesh.x","md.mesh.y","md.mesh.z","md.geometry.base","md.geometry.thickness","md.mask.ice_levelset");
     449                //iomodel->FetchData(6,"md.mesh.x","md.mesh.y","md.mesh.z","md.geometry.base","md.geometry.thickness","md.mask.ice_levelset");
     450                iomodel->FetchData(5,"md.mesh.x","md.mesh.y","md.mesh.z","md.geometry.base","md.geometry.thickness");
    450451                if (iomodel->domaintype == Domain3DsurfaceEnum) iomodel->FetchData(3,"md.mesh.lat","md.mesh.long","md.mesh.r");
    451452                if (isoceancoupling) iomodel->FetchData(2,"md.mesh.lat","md.mesh.long");
     
    459460
    460461                /*Free data: */
    461                 iomodel->DeleteData(6,"md.mesh.x","md.mesh.y","md.mesh.z","md.geometry.base","md.geometry.thickness","md.mask.ice_levelset");
     462                //iomodel->DeleteData(6,"md.mesh.x","md.mesh.y","md.mesh.z","md.geometry.base","md.geometry.thickness","md.mask.ice_levelset");
     463                iomodel->DeleteData(5,"md.mesh.x","md.mesh.y","md.mesh.z","md.geometry.base","md.geometry.thickness");
    462464                if (iomodel->domaintype == Domain3DsurfaceEnum) iomodel->DeleteData(3,"md.mesh.lat","md.mesh.long","md.mesh.r");
    463465                if (isoceancoupling) iomodel->DeleteData(2,"md.mesh.lat","md.mesh.long");
Note: See TracChangeset for help on using the changeset viewer.