Index: ../trunk-jpl/src/m/exp/operation/exp_ginput.m =================================================================== --- ../trunk-jpl/src/m/exp/operation/exp_ginput.m (revision 26792) +++ ../trunk-jpl/src/m/exp/operation/exp_ginput.m (revision 26793) @@ -4,8 +4,7 @@ % Usage: % [xi yi] = exp_ginput(numclicks,options); - -ginputtype = getfieldvalue(options,'ginputtype','default'); +%ginputtype = getfieldvalue(options,'ginputtype','default'); ginputtype = getfieldvalue(options,'ginputtype','myginput'); switch ginputtype @@ -16,5 +15,3 @@ otherwise error('not supported yet'); end - -