Index: /issm/trunk/startup.m
===================================================================
--- /issm/trunk/startup.m	(revision 6828)
+++ /issm/trunk/startup.m	(revision 6829)
@@ -25,13 +25,9 @@
 %ISSM path
 addpath([ISSM_TIER '/src/m/utils/']); %loads genpath_ice
-addpath([ISSM_TIER '/etc']);
 addpath([ISSM_TIER '/doc']);
 addpath([ISSM_TIER '/bin']);
 addpath(genpath_ice([ISSM_TIER '/src/m']));
-addpath(genpath_ice([ISSM_TIER '/src/pro']));
-addpath(genpath_ice([ISSM_TIER '/externalpackages/subplotSpacing']));
 addpath(genpath_ice([ISSM_TIER '/externalpackages/scotch']));
 addpath(genpath_ice([ISSM_TIER '/externalpackages/canos']));
-rmpath(genpath_ice([ISSM_TIER '/src/m/usr']));
 
 %Check on any warning messages that might indicate that the paths were not correct. 
@@ -55,7 +51,8 @@
 nonlinear_inequality_constraint;
 nonlinear_equality_constraint;
-clear ans
+clear ans;
 
 %Now, load personal startup preferences, using the local user name: 
+rmpath(genpath_ice([ISSM_TIER '/src/m/usr']));
 if exist([ISSM_TIER '/src/m/usr/' USERNAME],'dir'),
 	addpath(genpath_ice([ISSM_TIER '/src/m/usr/' USERNAME]));
