Changeset 86 for trunk/src/sub_field.m


Ignore:
Timestamp:
Apr 26, 2010, 11:26:09 PM (14 years ago)
Author:
sommeria
Message:

sub_field: bug corrected for comparing velocity and scalar (eg vort)
uvmat: bug corrected for comparing velocity and scalar
set_grid.fig: unused callbacks desactivated$
civ.m: bug correction for the new civx (civAll): no grid ='none' instead of 'n'

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/sub_field.m

    r19 r86  
    228228       XName_1=Field_1.ListVarName{VarType_1.coord_x};
    229229       YName_1=Field_1.ListVarName{VarType_1.coord_y};
    230        SubData.ListVarName=[SubData.ListVarName {XName_1} {YName_1}];
     230       %SubData.ListVarName=[SubData.ListVarName {XName_1} {YName_1}];
    231231       DimCell=Field_1.VarDimName([VarType_1.coord_x VarType_1.coord_y ]);
    232232       if isfield(Field_1,'VarAttribute')
Note: See TracChangeset for help on using the changeset viewer.