Ignore:
Timestamp:
Mar 30, 2010, 11:03:42 AM (14 years ago)
Author:
sommeria
Message:

ima2vol: write image volumes in 16 bits (test for civ_3D)
plot-text removed: put as a sub-function of plot_field
uvmat: movie stops in case of error in reding files
bug fixes for reading 3D vel fields

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/write_plot_param.m

    r19 r72  
    9090set(handles.HideFalse,'Visible',state)
    9191set(handles.HideWarning,'Visible',state)
    92 set(handles.record,'Visible',state)
     92if isfield(handles,'record')
     93    set(handles.record,'Visible',state)
     94end
    9395set(handles.colcode1,'Visible',state)
    9496set(handles.colcode2,'Visible',state)
Note: See TracChangeset for help on using the changeset viewer.