Changeset 6861
- Timestamp:
- 12/30/10 07:40:36 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/startup.m
r6849 r6861 9 9 % Copyright Jet Propulsion Laboratory. 10 10 11 global ISSM_TIER ISSM_DIR PETSC_VERSION 12 lastwarn(''); % clear the last warning to focus on the warnings of the ISSM path11 % clear the last warning to focus on the warnings of the ISSM path 12 lastwarn(''); 13 13 14 14 %Recover ISSM_TIER, ISSM_DIR 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)), … … 61 60 clear USERNAME; 62 61 63 %last thing, recover petsc version:64 PETSC_VERSION=petscversion(ISSM_TIER);65 66 62 %disable matlab bell! 67 63 beep off;
Note:
See TracChangeset
for help on using the changeset viewer.