Changeset 1714
- Timestamp:
- 08/17/09 10:05:04 (15 years ago)
- Location:
- issm/trunk/src
- Files:
-
- 59 added
- 58 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/EnumDefinitions/SynchronizeMatlabEnum.sh
r1674 r1714 2 2 #Synchronize Matlab and C Enums 3 3 #Create a matlab file using the same Enum as in EnumDefinitions.cpp 4 #and move the file to src/m/ shared4 #and move the file to src/m/enum 5 5 6 6 #Get the list of interesting lines of EnumDefinitions.cpp and introduce line number … … 58 58 fi 59 59 60 #move file to m/ shared61 mv $NAME.m $ISSM_DIR/src/m/ shared/60 #move file to m/enum 61 mv $NAME.m $ISSM_DIR/src/m/enum 62 62 63 63 done … … 73 73 74 74 #clean up 75 mv AnalysisTypeAsEnum.m $ISSM_DIR/src/m/ shared/75 mv AnalysisTypeAsEnum.m $ISSM_DIR/src/m/enum/ 76 76 rm temp
Note:
See TracChangeset
for help on using the changeset viewer.