Ignore:
Timestamp:
Mar 31, 2021, 3:32:03 PM (3 years ago)
Author:
sommeria
Message:

reading mat files added, +-fixed,OpenDAP improved

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/update_imadoc.m

    r1093 r1095  
    9090
    9191%% save the output file
    92 t=struct2xml(Struct,t,uid_calib); 
     92t=struct2xml(Struct,t,uid_calib);
    9393try
    94 save(t,outputfile);
     94    save(t,outputfile);
    9595catch ME
    96     errormsg=['error in update_imadoc' ME.message];
     96    errormsg=['error in saving ' outputfile ': ' ME.message];
    9797end
Note: See TracChangeset for help on using the changeset viewer.