Changeset 43
- Timestamp:
- 04/24/09 15:05:49 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/public/solve.m
r39 r43 13 13 14 14 %some checks on list of arguments 15 16 global ISSM_DIR 15 17 16 18 solutions={'mesh2grid','mesh','thermaltransient','thermalsteady','qmu','diagnostic','diagnostic_horiz','prognostic','transient','parameters','control'}; … … 103 105 end 104 106 107 %re-add the paths 108 addpath(genpath_ice([ISSM_DIR '/src/m/solutions/macayeal'])); 109 addpath(genpath_ice([ISSM_DIR '/src/m/solutions/ice'])); 110 addpath(genpath_ice([ISSM_DIR '/src/m/solutions/cielo'])); 111 addpath(genpath_ice([ISSM_DIR '/bin'])); 112 105 113 function solveusage(); 106 114 disp(' ');
Note:
See TracChangeset
for help on using the changeset viewer.