Changes between Version 5 and Version 6 of addnewenum


Ignore:
Timestamp:
11/18/14 10:51:01 (10 years ago)
Author:
srebuffi
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addnewenum

    v5 v6  
    2828
    2929In 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
     31NB : if you want to check if your Enum is added, you can type it in Matlab and it has to return a number.
     32
     33NB 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.