Changeset 17 for trunk/src/get_field.m


Ignore:
Timestamp:
Feb 18, 2010, 7:37:48 PM (14 years ago)
Author:
sommeria
Message:

possibilite de créer une grille physique dans geometry_calib (le faire apres avoir introduit les points sur l'image avec la souris)
petites corrections mineures sur les autres fichiers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/get_field.m

    r12 r17  
    15671567if ~isequal(path_get_field,PathName)
    15681568    CurrentPath=fileparts(which(ACTION));
    1569     if ~isequal(PathName,CurrentPath)
     1569    if ~isequal(CurrentPath,PathName)&&~isequal(CurrentPath,fullfile(PathName,'private'))
    15701570        addpath(PathName)
    15711571        errormsg=check_functions;
Note: See TracChangeset for help on using the changeset viewer.