Ignore:
Timestamp:
12/11/18 12:45:16 (6 years ago)
Author:
Mathieu Morlighem
Message:

CHG: getting rid of counters now that all datasets are analysis specific

File:
1 edited

Legend:

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

    r23475 r23532  
    8484                if(iomodel->my_vertices[i]){
    8585                        if (xIsNan<IssmDouble>(iomodel->Data("md.thermal.spctemperature")[i])){ //No penalty applied on spc nodes!
    86                                 loads->AddObject(new Pengrid(iomodel->loadcounter+i+1,i,iomodel,ThermalAnalysisEnum));
     86                                loads->AddObject(new Pengrid(i+1,i,iomodel,ThermalAnalysisEnum));
    8787                        }
    8888                }
Note: See TracChangeset for help on using the changeset viewer.