Changeset 17 for trunk/src/uvmat.m
- Timestamp:
- Feb 18, 2010, 7:37:48 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/uvmat.m
r15 r17 3995 3995 PathName=list_path{ind_coord}; 3996 3996 CurrentPath=fileparts(which(coord_option)); 3997 if ~isequal(PathName,CurrentPath) 3997 if ~isequal(PathName,CurrentPath)&&~isequal(CurrentPath,fullfile(PathName,'private')) 3998 3998 addpath(PathName) 3999 3999 errormsg=check_functions;
Note: See TracChangeset
for help on using the changeset viewer.