Ignore:
Timestamp:
Dec 13, 2025, 10:40:41 PM (22 hours ago)
Author:
sommeria
Message:

introduced creator of xml for PCO multitif

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r1184 r1189  
    5757ParamOut=ParamIn;%default
    5858errormsg='';
    59 if isempty(regexp(FileName,'^http://', 'once'))&& ~exist(FileName,'file')
     59if isempty(regexp(FileName,'^http://', 'once'))&& exist(FileName,'file')~=2
    6060    errormsg='input file does not exist';
    6161    return
Note: See TracChangeset for help on using the changeset viewer.