Changeset 27639
- Timestamp:
- 03/08/23 23:22:39 (2 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/dev/devpath.m
r27638 r27639 20 20 addpath([ISSM_DIR '/src/m/os/']); %load recursivepath 21 21 addpath([ISSM_DIR '/lib']); %load MEX files 22 addpath([ISSM_DIR '/lib-precompiled']); %load MEX files (precompiled; remove after MEX file compilation is supported on Silicon-based Macs)23 22 addpath(recursivepath([ISSM_DIR '/src/m'])); 24 23 addpath(recursivepath([ISSM_DIR '/externalpackages/scotch'])); … … 31 30 addpath(recursivepath([ISSM_DIR '/externalpackages/mealpix'])); 32 31 addpath(recursivepath([ISSM_DIR '/externalpackages/pcatool'])); 33 clear ISSM_DIR;34 32 35 33 %Check on any warning messages that might indicate that the paths were not correct. … … 41 39 end 42 40 41 addpath([ISSM_DIR '/lib-precompiled']); %load MEX files (precompiled; remove after MEX file compilation is supported on Silicon-based Macs) 42 clear ISSM_DIR; 43 43 44 %disable matlab bell! 44 45 beep off;
Note:
See TracChangeset
for help on using the changeset viewer.