Changeset 525 for trunk/src/plot_field.m


Ignore:
Timestamp:
Aug 19, 2012, 1:07:24 PM (12 years ago)
Author:
sommeria
Message:

various bug repairs and cleaning

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r517 r525  
    278278            end
    279279        end
    280         if ~checkancillary% does not display variables with attribute '.Role=ancillary'
     280%         if ~checkancillary% does not display variables with attribute '.Role=ancillary'
    281281            VarName=FieldData.ListVarName{VarIndex(ivar)};
    282282            VarValue=FieldData.(VarName);
     
    289289            txt_cell=[txt_cell;{txt}];
    290290            end
    291         end
     291%         end
    292292    end
    293293end
Note: See TracChangeset for help on using the changeset viewer.