Changeset 43


Ignore:
Timestamp:
04/24/09 15:05:49 (16 years ago)
Author:
Mathieu Morlighem
Message:

Readd bin in path after a solution sequence

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/solve.m

    r39 r43  
    1313
    1414%some checks on list of arguments
     15
     16global ISSM_DIR
    1517
    1618solutions={'mesh2grid','mesh','thermaltransient','thermalsteady','qmu','diagnostic','diagnostic_horiz','prognostic','transient','parameters','control'};
     
    103105end
    104106
     107%re-add the paths
     108addpath(genpath_ice([ISSM_DIR '/src/m/solutions/macayeal']));
     109addpath(genpath_ice([ISSM_DIR '/src/m/solutions/ice']));
     110addpath(genpath_ice([ISSM_DIR '/src/m/solutions/cielo']));
     111addpath(genpath_ice([ISSM_DIR '/bin']));
     112
    105113function solveusage();
    106114disp(' ');
Note: See TracChangeset for help on using the changeset viewer.