Ignore:
Timestamp:
05/29/19 21:44:21 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: simplifying loads: no need to provide analysis to load, since they are now in individual datasets

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/analyses/MeltingAnalysis.cpp

    r23644 r23959  
    2121                if(iomodel->my_vertices[i]){
    2222                        if (reCast<int>(iomodel->Data("md.mesh.vertexonbase")[i])){
    23                                 loads->AddObject(new Pengrid(i+1,i,iomodel,MeltingAnalysisEnum));
     23                                loads->AddObject(new Pengrid(i+1,i,iomodel));
    2424                        }
    2525                }
Note: See TracChangeset for help on using the changeset viewer.