Changeset 12203


Ignore:
Timestamp:
05/03/12 20:49:41 (13 years ago)
Author:
Eric.Larour
Message:

Updating ISSM_TIER to ISSM_DIR

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/externalpackages/windows/windows_environment.sh

    r11897 r12203  
    22
    33#Where are the configuration files for each compiler:
    4 config_dir="$ISSM_TIER/externalpackages/windows/configs"
     4config_dir="$ISSM_DIR/externalpackages/windows/configs"
    55
    66#your choise of compiler:
     
    2424fi
    2525
    26 #finally, out of ISSM_TIER, we need to create an ISSM_TIER_WIN variable for Matlab to pick up on.
    27 ISSM_TIER_WIN=`cygpath -m $ISSM_TIER`
    28 export ISSM_TIER_WIN
     26#finally, out of ISSM_DIR, we need to create an ISSM_DIR_WIN variable for Matlab to pick up on.
     27ISSM_DIR_WIN=`cygpath -m $ISSM_DIR`
     28export ISSM_DIR_WIN
Note: See TracChangeset for help on using the changeset viewer.