Ignore:
Timestamp:
10/22/13 14:18:40 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: fixed some warnings from compiler

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/modules/ModelProcessorx/Thermal/CreateLoadsThermal.cpp ΒΆ

    r16291 r16521  
    2121
    2222                /*keep only this partition's nodes:*/
    23                 if((iomodel->my_vertices[i]==1)){
     23                if(iomodel->my_vertices[i]){
    2424                        if (xIsNan<IssmDouble>(iomodel->Data(ThermalSpctemperatureEnum)[i])){ //No penalty applied on spc nodes!
    2525                                loads->AddObject(new Pengrid(iomodel->loadcounter+i+1,i,iomodel,ThermalAnalysisEnum));
Note: See TracChangeset for help on using the changeset viewer.