Index: /issm/trunk-jpl/src/m/dev/devpath.m
===================================================================
--- /issm/trunk-jpl/src/m/dev/devpath.m	(revision 27638)
+++ /issm/trunk-jpl/src/m/dev/devpath.m	(revision 27639)
@@ -20,5 +20,4 @@
 addpath([ISSM_DIR '/src/m/os/']);       %load recursivepath
 addpath([ISSM_DIR '/lib']);             %load MEX files
-addpath([ISSM_DIR '/lib-precompiled']); %load MEX files (precompiled; remove after MEX file compilation is supported on Silicon-based Macs)
 addpath(recursivepath([ISSM_DIR '/src/m']));
 addpath(recursivepath([ISSM_DIR '/externalpackages/scotch']));
@@ -31,5 +30,4 @@
 addpath(recursivepath([ISSM_DIR '/externalpackages/mealpix']));
 addpath(recursivepath([ISSM_DIR '/externalpackages/pcatool']));
-clear ISSM_DIR;
 
 %Check on any warning messages that might indicate that the paths were not correct. 
@@ -41,4 +39,7 @@
 end
 
+addpath([ISSM_DIR '/lib-precompiled']); %load MEX files (precompiled; remove after MEX file compilation is supported on Silicon-based Macs)
+clear ISSM_DIR;
+
 %disable matlab bell!
 beep off;
