Ignore:
Timestamp:
12/30/10 07:40:15 (14 years ago)
Author:
Mathieu Morlighem
Message:

deleted all global variables. If ISSM_DIR is needed, call issmdir() routine. This makes everything easier: no more clearall

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/DataProcessing/TracksToMatrix.m

    r6088 r6860  
    2020%   See also: CREATEDATABOUNDARIES, CREATEDATAMATRIX
    2121
    22 global ISSM_TIER
    23 
    2422%some checks
    2523if nargin~=8 & nargin~=11,
     
    2826
    2927%Add path to dace
    30 addpath([ISSM_TIER '/externalpackages/dace/install'])
     28addpath([issmtier() '/externalpackages/dace/install'])
    3129
    3230%First create the x_m and y_m fot the matrix
     
    8482
    8583%remove DACE path
    86 rmpath([ISSM_TIER '/externalpackages/dace/install']);
     84rmpath([issmtier() '/externalpackages/dace/install']);
Note: See TracChangeset for help on using the changeset viewer.