Ignore:
Timestamp:
Apr 27, 2012, 12:28:47 PM (12 years ago)
Author:
sommeria
Message:

implementation of thin plate interpolation (proj on planes with mode 'filter'), rationalisation of variable formats in civ_matlab

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r388 r399  
    151151                                    end
    152152                                end
    153                             elseif numel(VarType{icell}.coord) >=2 %structured coordinates
     153                            elseif numel(VarType{icell}.coord) >=2 & VarType{icell}.coord > 0 %structured coordinates
    154154                                yName=Field.ListVarName{VarType{icell}.coord(1)};
    155155                                xName=Field.ListVarName{VarType{icell}.coord(2)};
Note: See TracChangeset for help on using the changeset viewer.