Changeset 27639


Ignore:
Timestamp:
03/08/23 23:22:39 (2 years ago)
Author:
jdquinn
Message:

BUG: Do not check for warning on adding lib-precompiled to path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/dev/devpath.m

    r27638 r27639  
    2020addpath([ISSM_DIR '/src/m/os/']);       %load recursivepath
    2121addpath([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)
    2322addpath(recursivepath([ISSM_DIR '/src/m']));
    2423addpath(recursivepath([ISSM_DIR '/externalpackages/scotch']));
     
    3130addpath(recursivepath([ISSM_DIR '/externalpackages/mealpix']));
    3231addpath(recursivepath([ISSM_DIR '/externalpackages/pcatool']));
    33 clear ISSM_DIR;
    3432
    3533%Check on any warning messages that might indicate that the paths were not correct.
     
    4139end
    4240
     41addpath([ISSM_DIR '/lib-precompiled']); %load MEX files (precompiled; remove after MEX file compilation is supported on Silicon-based Macs)
     42clear ISSM_DIR;
     43
    4344%disable matlab bell!
    4445beep off;
Note: See TracChangeset for help on using the changeset viewer.