Changeset 6803


Ignore:
Timestamp:
12/23/10 14:04:59 (14 years ago)
Author:
Mathieu Morlighem
Message:

ISSM_DIR is actually not needed to run ISSM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/startup.m

    r6718 r6803  
    99%   Copyright Jet Propulsion Laboratory.
    1010
    11 global ISSM_TIER  ISSM_DIR
     11global ISSM_TIER
    1212lastwarn(''); % clear the last warning to focus on the warnings of the ISSM path
    1313
    14 %Recover ISSM_TIER, ISSM_DIR and USERNAME
     14%Recover ISSM_TIER and USERNAME
    1515ISSM_TIER=getenv('ISSM_TIER');
    16 ISSM_DIR =getenv('ISSM_DIR');
    1716USERNAME =getenv('USER');
    1817if (isempty(ISSM_TIER)),
    1918        error('issmdir error message: ''ISSM_TIER'' environment variable is empty! You should define ISSM_TIER in your .cshrc or .bashrc!');
    20 end
    21 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!');
    2319end
    2420
Note: See TracChangeset for help on using the changeset viewer.