Changeset 1714


Ignore:
Timestamp:
08/17/09 10:05:04 (15 years ago)
Author:
Eric.Larour
Message:

Moved enums from shared to enum directory.

Location:
issm/trunk/src
Files:
59 added
58 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/c/EnumDefinitions/SynchronizeMatlabEnum.sh

    r1674 r1714  
    22#Synchronize Matlab and C Enums
    33#Create a matlab file using the same Enum as in EnumDefinitions.cpp
    4 #and move the file to src/m/shared
     4#and move the file to src/m/enum
    55
    66#Get the list of interesting lines of EnumDefinitions.cpp and introduce line number
     
    5858        fi
    5959
    60         #move file to m/shared
    61         mv $NAME.m $ISSM_DIR/src/m/shared/
     60        #move file to m/enum
     61        mv $NAME.m $ISSM_DIR/src/m/enum
    6262
    6363done
     
    7373
    7474#clean up
    75 mv AnalysisTypeAsEnum.m $ISSM_DIR/src/m/shared/
     75mv AnalysisTypeAsEnum.m $ISSM_DIR/src/m/enum/
    7676rm temp
Note: See TracChangeset for help on using the changeset viewer.