Changeset 2410


Ignore:
Timestamp:
10/09/09 11:09:26 (15 years ago)
Author:
seroussi
Message:

No ice front created for Hutter in loads of diagnostic horiz

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/ModelProcessorx/DiagnosticHoriz/CreateLoadsDiagnosticHoriz.cpp

    r2333 r2410  
    105105                        continue;
    106106                }
     107
    107108                #endif
    108109       
     110                /*Do not create ice front if Hutter elements*/
     111                if ((int)*(iomodel->elements_type+2*element+0)==HutterFormulationEnum()){
     112                        continue;
     113                }
     114
    109115                icefront_mparid=iomodel->numberofelements+1; //matlab indexing
    110116                icefront_sid=i+1; //matlab indexing
Note: See TracChangeset for help on using the changeset viewer.