Changeset 6327
- Timestamp:
- 10/18/10 08:38:47 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/startup.m
r6089 r6327 36 36 %get rid of useless symbols in the name 37 37 ISSM_TIER=strtrim(ISSM_TIER); 38 clear status1;39 40 38 ISSM_DIR=strtrim(ISSM_DIR); 41 clear status ;39 clear status1 status2; 42 40 43 41 %Now add all issm code paths necessary to run issm smoothly. … … 91 89 addpath([ISSM_TIER '/src/m/contrib/' USERNAME]); 92 90 end 91 clear status USERNAME;
Note:
See TracChangeset
for help on using the changeset viewer.