Ignore:
Timestamp:
Sep 3, 2012, 7:15:36 PM (12 years ago)
Author:
sommeria
Message:

various bugs fixed. Use of the free pair option '*-*' in series.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/mouse_motion.m

    r530 r537  
    135135                                        VarName=Field.ListVarName{CellInfo{icell}.VarIndex(ivar)};
    136136                                        VarVal=Field.(VarName)(ivec);
    137                                         var_text=[VarName '=' num2str(VarVal,3) ','];
     137                                        var_text=[VarName '=' num2str(VarVal,4) ','];
    138138                                        if isequal(ivar,CellInfo{icell}.CoordIndex(end))||isequal(ivar,CellInfo{icell}.CoordIndex(end-1))||isequal(ivar,CellInfo{icell}.CoordIndex(1))
    139139                                            text_displ_1=[text_displ_1 var_text];
     
    181181                            yName='y';
    182182                        end
    183                         text_displ_1=[xName '=' num2str(xy(1,1),3) ', ' yName '=' num2str(xy(1,2),3) ','];
     183                        text_displ_1=[xName '=' num2str(xy(1,1),4) ', ' yName '=' num2str(xy(1,2),4) ','];
    184184                    end
    185185              %display the z coordinate if defined by the projection plane
     
    203203                    end
    204204                    if ~isempty(z)
    205                         text_displ_1=[text_displ_1 ' z=' num2str(z,3)];
     205                        text_displ_1=[text_displ_1 ' z=' num2str(z,4)];
    206206                    end
    207207               % case of PIV correlation display
Note: See TracChangeset for help on using the changeset viewer.