Rev | Line | |
---|
[27032] | 1 | Index: ../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.