source: issm/oecreview/Archive/26740-27031/ISSM-26792-26793.diff@ 27032

Last change on this file since 27032 was 27032, checked in by Mathieu Morlighem, 3 years ago

CHG: added 26740-27031

File size: 612 bytes
  • ../trunk-jpl/src/m/exp/operation/exp_ginput.m

     
    44%   Usage:
    55%      [xi yi] = exp_ginput(numclicks,options);
    66
    7 
    8 ginputtype = getfieldvalue(options,'ginputtype','default');
     7%ginputtype = getfieldvalue(options,'ginputtype','default');
    98ginputtype = getfieldvalue(options,'ginputtype','myginput');
    109
    1110switch ginputtype
     
    1615        otherwise
    1716                error('not supported yet');
    1817end
    19 
    20 
Note: See TracBrowser for help on using the repository browser.