Changeset 13074


Ignore:
Timestamp:
08/17/12 07:25:14 (13 years ago)
Author:
Mathieu Morlighem
Message:

BUG: mex modules are installed in trunk/lib instead of bin. Quick fix: add lib/ to matlab's path

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/startup.m

    r13002 r13074  
    2929addpath([ISSM_DIR '/src/m/os/']); %loads recursivepath
    3030addpath([ISSM_DIR '/bin']);
     31addpath([ISSM_DIR '/lib']);
    3132addpath(recursivepath([ISSM_DIR '/src/m']));
    3233addpath(recursivepath([ISSM_DIR '/externalpackages/scotch']));
Note: See TracChangeset for help on using the changeset viewer.