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

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

[Octave-bug-tracker] [bug #62412] quadcc does not warn when quadrature f


From: Rik
Subject: [Octave-bug-tracker] [bug #62412] quadcc does not warn when quadrature fails to converge
Date: Sat, 7 May 2022 12:50:35 -0400 (EDT)

Follow-up Comment #19, bug #62412 (project octave):

Alas, it is true that some of this is not documented well.  For an example,
see addpath in load-path.cc.  The DEFMETHOD declaration is


DEFMETHOD (addpath, interp, args, nargout,


and later in the code it is used as


  if (nargout > 0)
    retval = lp.path ();


"nargout" is the standard name to use for the 4th argument so that the C++
code resembles what m-file code would look like.


    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?62412>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

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