Changeset 6395


Ignore:
Timestamp:
10/22/10 08:28:38 (15 years ago)
Author:
Mathieu Morlighem
Message:

Fixed startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/startup.m

    r6394 r6395  
    7979if exist([ISSM_TIER '/src/m/contrib/' USERNAME],'dir'),
    8080        addpath(genpath_ice([ISSM_TIER '/src/m/contrib/' USERNAME]));
     81end
     82if exist([ISSM_TIER '/src/m/usr/' USERNAME],'dir'),
    8183        addpath(genpath_ice([ISSM_TIER '/src/m/usr/' USERNAME]));
    8284end
Note: See TracChangeset for help on using the changeset viewer.