Changeset 427 for trunk/src/fill_GUI.m


Ignore:
Timestamp:
May 17, 2012, 11:33:21 PM (12 years ago)
Author:
sommeria
Message:

merge_proj corrected to project simulataneously velocity, vort, div...
Time reintroduced correctly
bug corrections for objects

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/fill_GUI.m

    r380 r427  
    2323            if strcmp(get(hh,'Type'),'uitable')
    2424                set(hh,'Visible','on')
     25                if ischar(input_data)
     26                    input_data={input_data}% transform string to a single cell if needed
     27                end
    2528                set(hh,'Data',input_data)
    2629                check_done=1;
Note: See TracChangeset for help on using the changeset viewer.