Changeset 292 for trunk/src/read_GUI.m


Ignore:
Timestamp:
Nov 21, 2011, 11:12:06 AM (12 years ago)
Author:
sommeria
Message:

GUI civ patch2 corrected (SmoothingParam?).
uvmatand view_field updated with panels.
read_plot_param removed (replaced by the mostgeneral read_GUI)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_GUI.m

    r287 r292  
    4343                end
    4444                if check_input
    45                     ['struct.' tag '=input;']
    46                     eval(['struct.' tag '=input;'])
     45                    struct.(tag)=input;
     46                  %  eval(['struct.' tag '=input;'])
    4747                end
    4848        end
Note: See TracChangeset for help on using the changeset viewer.