Changeset 399 for trunk/src/mouse_motion.m
- Timestamp:
- Apr 27, 2012, 12:28:47 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/mouse_motion.m
r388 r399 151 151 end 152 152 end 153 elseif numel(VarType{icell}.coord) >=2 %structured coordinates153 elseif numel(VarType{icell}.coord) >=2 & VarType{icell}.coord > 0 %structured coordinates 154 154 yName=Field.ListVarName{VarType{icell}.coord(1)}; 155 155 xName=Field.ListVarName{VarType{icell}.coord(2)};
Note: See TracChangeset
for help on using the changeset viewer.