Changeset 6826
- Timestamp:
- 12/27/10 16:03:51 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/startup.m
r6823 r6826 58 58 59 59 %Now, load personal startup preferences, using the local user name: 60 if exist([ISSM_TIER '/src/m/contrib/' USERNAME],'dir'),61 addpath(genpath_ice([ISSM_TIER '/src/m/contrib/' USERNAME]));62 end63 60 if exist([ISSM_TIER '/src/m/usr/' USERNAME],'dir'), 64 61 addpath(genpath_ice([ISSM_TIER '/src/m/usr/' USERNAME]));
Note:
See TracChangeset
for help on using the changeset viewer.