Changeset 2410
- Timestamp:
- 10/09/09 11:09:26 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticHoriz/CreateLoadsDiagnosticHoriz.cpp
r2333 r2410 105 105 continue; 106 106 } 107 107 108 #endif 108 109 110 /*Do not create ice front if Hutter elements*/ 111 if ((int)*(iomodel->elements_type+2*element+0)==HutterFormulationEnum()){ 112 continue; 113 } 114 109 115 icefront_mparid=iomodel->numberofelements+1; //matlab indexing 110 116 icefront_sid=i+1; //matlab indexing
Note:
See TracChangeset
for help on using the changeset viewer.