Ignore:
Timestamp:
Jul 26, 2012, 10:14:52 AM (12 years ago)
Author:
sommeria
Message:

datatree_browse introduced (still work to do)
get_field revised to introduce new transform fcts, like FFT

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_get_field.m

    r498 r503  
    2424
    2525% select the indices of field variables for 2D plots
    26 test_1Dplot=get(handles.check_1Dplot,'Value');
    27 test_scalar=get(handles.check_scalar,'Value');
    28 test_vector=get(handles.check_vector,'Value');
     26test_1Dplot=get(handles.CheckPlot1D,'Value');
     27test_scalar=get(handles.CheckScalar,'Value');
     28test_vector=get(handles.CheckVector,'Value');
    2929
    3030nbvar=0;
Note: See TracChangeset for help on using the changeset viewer.