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
RevLine 
[27032]1Index: ../trunk-jpl/src/m/exp/operation/exp_ginput.m
2===================================================================
3--- ../trunk-jpl/src/m/exp/operation/exp_ginput.m (revision 26792)
4+++ ../trunk-jpl/src/m/exp/operation/exp_ginput.m (revision 26793)
5@@ -4,8 +4,7 @@
6 % Usage:
7 % [xi yi] = exp_ginput(numclicks,options);
8
9-
10-ginputtype = getfieldvalue(options,'ginputtype','default');
11+%ginputtype = getfieldvalue(options,'ginputtype','default');
12 ginputtype = getfieldvalue(options,'ginputtype','myginput');
13
14 switch ginputtype
15@@ -16,5 +15,3 @@
16 otherwise
17 error('not supported yet');
18 end
19-
20-
Note: See TracBrowser for help on using the repository browser.