Changeset 379 for trunk/src/read_field.m


Ignore:
Timestamp:
Jan 27, 2012, 1:59:18 AM (12 years ago)
Author:
sommeria
Message:

several bugs corrected
set_object.fig rationalized so that read_set_object is replaced by the rgeneral fct read_GUI.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r354 r379  
     1
    12%'read_field': read input fields in different formats
    23%--------------------------------------------------------------------------
     
    6162                    ParamOut.ColorVar='ima_cor';
    6263                    InputField=[{ParamOut.FieldName} {ParamOut.ColorVar}];
    63                     [Field,ParamOut.VelType]=read_civdata(ObjectName,InputField,ParamIn.VelType);
     64                    [Field,ParamOut.VelType,errormsg]=read_civdata(ObjectName,InputField,ParamIn.VelType);
    6465                    test_civx=Field.CivStage;
    6566                    %case of old civx conventions
Note: See TracChangeset for help on using the changeset viewer.