Changeset 822 for trunk/src/read_field.m


Ignore:
Timestamp:
Oct 10, 2014, 10:11:30 AM (10 years ago)
Author:
sommeria
Message:

various

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/read_field.m

    r809 r822  
    8181        [Field,ParamOut.VelType,errormsg]=read_civdata(FileName,InputField,ParamIn.VelType);
    8282        if ~isempty(errormsg),errormsg=['read_civdata / ' errormsg];return,end
    83         if ~isempty(strcmp('C',ParamIn.FieldName))% if C image correlation is requested as field (not color visu)
    84             ScalarIndex=strcmp('C',Field.ListVarName);
    85             Field.VarAttribute{ScalarIndex}.Role='scalar';%put role as 'scalar' instead of ancillary
    86         end     
     83%         if ~isempty(strcmp('C',ParamIn.FieldName))% if C image correlation is requested as field (not color visu)
     84%             ScalarIndex=strcmp('C',Field.ListVarName);
     85%             Field.VarAttribute{ScalarIndex}.Role='scalar';%put role as 'scalar' instead of ancillary
     86%         end     
    8787        ParamOut.CivStage=Field.CivStage;
    8888    case 'civx'% old (obsolete) format for civ results
Note: See TracChangeset for help on using the changeset viewer.