Changeset 402 for trunk/src/plot_field.m


Ignore:
Timestamp:
Apr 29, 2012, 11:29:24 AM (12 years ago)
Author:
sommeria
Message:

bugs corrected and improved procedure for object projection

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/plot_field.m

    r397 r402  
    531531for icell=1:length(CellVarIndex) % length(CellVarIndex) =1 or 2 (from the calling function)
    532532    VarType=VarTypeCell{icell};
     533    if ~isempty(VarType.coord_tps)
     534        continue
     535    end
    533536    ivar_X=VarType.coord_x; % defines (unique) index for the variable representing unstructured x coordinate (default =[])
    534537    ivar_Y=VarType.coord_y; % defines (unique)index for the variable representing unstructured y coordinate (default =[])
Note: See TracChangeset for help on using the changeset viewer.