Changeset 6803
- Timestamp:
- 12/23/10 14:04:59 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/startup.m
r6718 r6803 9 9 % Copyright Jet Propulsion Laboratory. 10 10 11 global ISSM_TIER ISSM_DIR11 global ISSM_TIER 12 12 lastwarn(''); % clear the last warning to focus on the warnings of the ISSM path 13 13 14 %Recover ISSM_TIER , ISSM_DIRand USERNAME14 %Recover ISSM_TIER and USERNAME 15 15 ISSM_TIER=getenv('ISSM_TIER'); 16 ISSM_DIR =getenv('ISSM_DIR');17 16 USERNAME =getenv('USER'); 18 17 if (isempty(ISSM_TIER)), 19 18 error('issmdir error message: ''ISSM_TIER'' environment variable is empty! You should define ISSM_TIER in your .cshrc or .bashrc!'); 20 end21 if (isempty(ISSM_DIR)),22 error('issmdir error message: ''ISSM_DIR'' environment variable is empty! You should define ISSM_DIR in your .cshrc or .bashrc!');23 19 end 24 20
Note:
See TracChangeset
for help on using the changeset viewer.