octave-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Octave-bug-tracker] [bug #37650] the `inputParser' function is not yet


From: Felipe G. Nievinski
Subject: [Octave-bug-tracker] [bug #37650] the `inputParser' function is not yet implemented
Date: Mon, 06 Jan 2014 14:09:51 +0000
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/31.0.1650.63 Safari/537.36

Follow-up Comment #15, bug #37650 (project octave):

this is easily taken care of with a dispose method for @inputParser:


function inPar = dispose (inPar)
  _inputParserStore_ ('push', inPar.counter, _inputParser_ ());
endfunction


as a small price to play for greater matlab compatibility, this patch allows
users to retain their calling code intact, except for a one-liner at the very
end of their usage:

if is_octave (),  p.dispose ();  end


    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?37650>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]