Changes between Version 7 and Version 8 of addnewenum


Ignore:
Timestamp:
01/05/17 14:45:53 (8 years ago)
Author:
Mathieu Morlighem
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • addnewenum

    v7 v8  
    1717}}}
    1818
    19 You will then need to recompile the entire trunk (not just src/c), and there is no need to reconfigure:
     19You will then need to recompile src/c only, and there is no need to reconfigure:
    2020
    2121{{{
    2222#!sh
    23 cd $ISSM_DIR/
     23cd $ISSM_DIR/src/c
    2424make install
    2525}}}
    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.