Changeset 6829


Ignore:
Timestamp:
12/28/10 07:21:57 (14 years ago)
Author:
Mathieu Morlighem
Message:

removed unnecessary paths in startup

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/startup.m

    r6826 r6829  
    2525%ISSM path
    2626addpath([ISSM_TIER '/src/m/utils/']); %loads genpath_ice
    27 addpath([ISSM_TIER '/etc']);
    2827addpath([ISSM_TIER '/doc']);
    2928addpath([ISSM_TIER '/bin']);
    3029addpath(genpath_ice([ISSM_TIER '/src/m']));
    31 addpath(genpath_ice([ISSM_TIER '/src/pro']));
    32 addpath(genpath_ice([ISSM_TIER '/externalpackages/subplotSpacing']));
    3330addpath(genpath_ice([ISSM_TIER '/externalpackages/scotch']));
    3431addpath(genpath_ice([ISSM_TIER '/externalpackages/canos']));
    35 rmpath(genpath_ice([ISSM_TIER '/src/m/usr']));
    3632
    3733%Check on any warning messages that might indicate that the paths were not correct.
     
    5551nonlinear_inequality_constraint;
    5652nonlinear_equality_constraint;
    57 clear ans
     53clear ans;
    5854
    5955%Now, load personal startup preferences, using the local user name:
     56rmpath(genpath_ice([ISSM_TIER '/src/m/usr']));
    6057if exist([ISSM_TIER '/src/m/usr/' USERNAME],'dir'),
    6158        addpath(genpath_ice([ISSM_TIER '/src/m/usr/' USERNAME]));
Note: See TracChangeset for help on using the changeset viewer.