Changeset 3488
- Timestamp:
- 04/09/10 08:45:49 (15 years ago)
- Location:
- issm/trunk/src/c/ModelProcessorx
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/ModelProcessorx/DiagnosticHoriz/CreateLoadsDiagnosticHoriz.cpp
r3439 r3488 42 42 43 43 /*Now, if this element is not in the partition, pass: */ 44 if(!iomodel->my_elements[ i])continue;44 if(!iomodel->my_elements[element]) continue; 45 45 46 46 /*Do not create ice front if Hutter or Stokes elements*/ 47 if ((int)*(iomodel->elements_type+2*element+0)==(HutterFormulationEnum() || StokesFormulationEnum())) continue;47 if ((int)*(iomodel->elements_type+2*element+0)==(HutterFormulationEnum() || StokesFormulationEnum())) continue; 48 48 49 49 /*Create and add load: */ … … 51 51 52 52 } 53 53 54 /*Free data: */ 54 55 xfree((void**)&iomodel->pressureload); -
issm/trunk/src/c/ModelProcessorx/DiagnosticStokes/CreateLoadsDiagnosticStokes.cpp
r3456 r3488 46 46 47 47 /*Now, if this element is not in the partition, pass: */ 48 if(!iomodel->my_elements[ i])continue;48 if(!iomodel->my_elements[element]) continue; 49 49 50 50 /*Do not create ice front if it is not a Stokes element*/
Note:
See TracChangeset
for help on using the changeset viewer.