Changes between Version 5 and Version 6 of addnewenum
- Timestamp:
- 11/18/14 10:51:01 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
addnewenum
v5 v6 28 28 29 29 In order to commit the new Enum, you will need to `svn add` the new matlab file in `$ISSM_DIR/src/m/enum`, and then commit all the files in `$ISSM_DIR/src/m/enum` and `$ISSM_DIR/src/c/shared/Enum` 30 31 NB : if you want to check if your Enum is added, you can type it in Matlab and it has to return a number. 32 33 NB 2 : if you are developing and making modifications on the source files on a cluster like GreenPlanet, when you want to add an Enum, don't forget to update on your local machine the folders `$ISSM_DIR/src/m/enum` and `$ISSM_DIR/src/c/shared/Enum` because the Matlab software you are using is on your local machine.