Changeset 22642 for issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
- Timestamp:
- 03/28/18 06:35:33 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/c/classes/Elements/Tria.cpp
r22631 r22642 2823 2823 int boxid; 2824 2824 this->inputs->GetInputValue(&boxid,BasalforcingsPicoBoxIdEnum); 2825 if( !boxid==0) return;2825 if(boxid!=0) return; 2826 2826 2827 2827 int basinid, maxbox, num_basins, numnodes, M;
Note:
See TracChangeset
for help on using the changeset viewer.