Ignore:
Timestamp:
10/23/13 10:34:47 (11 years ago)
Author:
Mathieu Morlighem
Message:

CHG: removing Surfaceslopes and bedslopes analysis, replaced by L2ProjectionBase

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/classes/Node.cpp

    r16435 r16529  
    8888                                analysis_type==MasstransportAnalysisEnum ||
    8989                                analysis_type==MeltingAnalysisEnum ||
    90                                 analysis_type==BedSlopeAnalysisEnum ||
    91                                 analysis_type==SurfaceSlopeAnalysisEnum ||
     90                                analysis_type==L2ProjectionBaseAnalysisEnum ||
    9291                                analysis_type==BalancethicknessAnalysisEnum ||
    9392                                analysis_type==HydrologyDCInefficientAnalysisEnum ||
     
    103102                }
    104103        }
    105         if(analysis_type==FreeSurfaceTopAnalysisEnum){
     104        if(
     105                                analysis_type==FreeSurfaceTopAnalysisEnum ||
     106                                analysis_type==L2ProjectionTopAnalysisEnum
     107                                ){
    106108                if(iomodel->meshtype==Mesh3DEnum || iomodel->meshtype==Mesh2DverticalEnum){
    107109                        /*On a 3d mesh, we may have collapsed elements, hence dead nodes. Freeze them out: */
Note: See TracChangeset for help on using the changeset viewer.