26 | | |
27 | | == Checking in the changes == |
28 | | |
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. |