Changeset 42 for trunk/src/dataview.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/dataview.m

    r17 r42  
    336336set(handles.ListXml,'Value',Value(1));
    337337if isequal(Value(1),1)
    338     warndlg_uvmat('an xml file needs to be selected','ERROR')
     338    msgbox_uvmat('ERROR','an xml file needs to be selected')
    339339   return
    340340else
Note: See TracChangeset for help on using the changeset viewer.