Changeset 6829
- Timestamp:
- 12/28/10 07:21:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/startup.m
r6826 r6829 25 25 %ISSM path 26 26 addpath([ISSM_TIER '/src/m/utils/']); %loads genpath_ice 27 addpath([ISSM_TIER '/etc']);28 27 addpath([ISSM_TIER '/doc']); 29 28 addpath([ISSM_TIER '/bin']); 30 29 addpath(genpath_ice([ISSM_TIER '/src/m'])); 31 addpath(genpath_ice([ISSM_TIER '/src/pro']));32 addpath(genpath_ice([ISSM_TIER '/externalpackages/subplotSpacing']));33 30 addpath(genpath_ice([ISSM_TIER '/externalpackages/scotch'])); 34 31 addpath(genpath_ice([ISSM_TIER '/externalpackages/canos'])); 35 rmpath(genpath_ice([ISSM_TIER '/src/m/usr']));36 32 37 33 %Check on any warning messages that might indicate that the paths were not correct. … … 55 51 nonlinear_inequality_constraint; 56 52 nonlinear_equality_constraint; 57 clear ans 53 clear ans; 58 54 59 55 %Now, load personal startup preferences, using the local user name: 56 rmpath(genpath_ice([ISSM_TIER '/src/m/usr'])); 60 57 if exist([ISSM_TIER '/src/m/usr/' USERNAME],'dir'), 61 58 addpath(genpath_ice([ISSM_TIER '/src/m/usr/' USERNAME]));
Note:
See TracChangeset
for help on using the changeset viewer.