Ignore:
Timestamp:
03/15/21 21:27:31 (4 years ago)
Author:
Eric.Larour
Message:

CHG: new ElementCoordinatesx module, use for an optimized
version of the sea level core. Many bug fixes to get test2002
to run.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/c/shared/Enum/Synchronize.sh

    r25627 r26099  
    1717
    1818#Deal with Analyses
    19 if false ; then
     19if true ; then
    2020#Build EnumToAnalysis.cpp {{{
    2121#Header
     
    3939#core
    4040cat temp | grep [a-zA-Z0-9]Analysis | \
    41         grep -v DefaultAnalysis | grep -v FlaimAnalysis | grep -v SurfaceSlopeAnalysis | grep -v BedSlopeAnalysis | \
     41        grep -v DefaultAnalysis | grep -v RecoveryAnalysis | grep -v FlaimAnalysis | grep -v SurfaceSlopeAnalysis | grep -v BedSlopeAnalysis | \
    4242        awk '{print "\t\t#ifdef _HAVE_"toupper(substr($1,1,length($1)-12))"_\n\t\t" "case " $1" : return new " substr($1,1,length($1)-4) "();\n\t\t#endif"}' \
    4343                >> $ISSM_DIR/src/c/analyses/EnumToAnalysis.cpp
Note: See TracChangeset for help on using the changeset viewer.