Changeset 364 for trunk/src/plot_field.m


Ignore:
Timestamp:
Jan 10, 2012, 5:06:30 PM (12 years ago)
Author:
sommeria
Message:

civ2, fix2, patch2 introduced under Matlab (no interpolation and rotation done yet)
small corrections in plot_field and read_civdata

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r356 r364  
    666666
    667667if isfield(PlotParam.Scalar,'ListContour')
    668     CheckContour=strcmp(PlotParam.Scalar.ListContour{1},'contours');
     668    CheckContour=strcmp(PlotParam.Scalar.ListContour,'contours');
    669669else
    670670    CheckContour=0; %default
Note: See TracChangeset for help on using the changeset viewer.