Ignore:
Timestamp:
08/10/10 14:32:49 (15 years ago)
Author:
seroussi
Message:

changed from Formulation to Approximation Enums

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/objects/Loads/Icefront.cpp

    r5103 r5125  
    6060
    6161        if (in_analysis_type==DiagnosticHorizAnalysisEnum){
    62                 if ((int)*(iomodel->elements_type+2*element+0)==MacAyealFormulationEnum){ //this is a collapsed 3d element, icefront will be 2d
     62                if ((int)*(iomodel->elements_type+2*element+0)==MacAyealApproximationEnum){ //this is a collapsed 3d element, icefront will be 2d
    6363                        icefront_type=SegmentIcefrontEnum;
    6464                }
    65                 else if ((int)*(iomodel->elements_type+2*element+0)==PattynFormulationEnum){ //this is a real 3d element, icefront will be 3d.
     65                else if ((int)*(iomodel->elements_type+2*element+0)==PattynApproximationEnum){ //this is a real 3d element, icefront will be 3d.
    6666                        icefront_type=QuadIceFrontEnum;
    6767                        icefront_node_ids[2]=iomodel->nodecounter+(int)*(iomodel->pressureload+segment_width*i+2);
Note: See TracChangeset for help on using the changeset viewer.