Ignore:
Timestamp:
11/07/13 15:57:26 (11 years ago)
Author:
bdef
Message:

changinig enum order

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/c/shared/Enum/StringToEnumx.cpp ΒΆ

    r16659 r16669  
    314314              else if (strcmp(name,"BalancevelocityAnalysis")==0) return BalancevelocityAnalysisEnum;
    315315              else if (strcmp(name,"BalancevelocitySolution")==0) return BalancevelocitySolutionEnum;
     316              else if (strcmp(name,"L2ProjectionEPLAnalysis")==0) return L2ProjectionEPLAnalysisEnum;
    316317              else if (strcmp(name,"L2ProjectionBaseAnalysis")==0) return L2ProjectionBaseAnalysisEnum;
    317               else if (strcmp(name,"L2ProjectionEPLAnalysis")==0) return L2ProjectionEPLAnalysisEnum;
    318318              else if (strcmp(name,"BedSlopeSolution")==0) return BedSlopeSolutionEnum;
    319319              else if (strcmp(name,"DamageEvolutionSolution")==0) return DamageEvolutionSolutionEnum;
Note: See TracChangeset for help on using the changeset viewer.