Changeset 42 for trunk/src/struct2xml.m


Ignore:
Timestamp:
Mar 10, 2010, 7:43:51 PM (14 years ago)
Author:
sommeria
Message:

-proj_field, plot_field, civ_3D: bug repair for 3D3C velocity fields (not finished)
-check_function: introduce try/catch for function datenum (error with french systems)
-cleaning of warndlg_uvmat in different fcts (replaced by msgbox_uvmat)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/struct2xml.m

    r19 r42  
    1515
    1616function t=struct2xml(Object,t,root_uid)
    17 get(t,root_uid)
     17
    1818if ~exist('t','var')
    1919    t=xmltree;
Note: See TracChangeset for help on using the changeset viewer.