octave-maintainers
[Top][All Lists]
Advanced

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

Re: [forge] integration status ?


From: Marco Atzeri
Subject: Re: [forge] integration status ?
Date: Sat, 08 Feb 2014 22:41:37 +0100
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:24.0) Gecko/20100101 Thunderbird/24.3.0



On 08/02/2014 20:20, c. wrote:

On 8 Feb 2014, at 20:00, Marco Atzeri <address@hidden> wrote:




Marco,

Indeed your files look OK, which is a bit surprising ...

what do you get if you run these commands:

[text, format] = get_help_text ("grule");
[html, status] = __makeinfo__ (text, "html")

html is an empty string for me...

c.


same here, so I don't understand

octave:23> [text, format] = get_help_text ("grule")
text =
 [bp,wf]=grule(n)
  This function computes Gauss base points and weight factors
  using the algorithm given by Davis and Rabinowitz in 'Methods
  of Numerical Integration', page 365, Academic Press, 1975.


format = plain text
octave:24> [html, status] = __makeinfo__ (text, "html")
html =
status = 0



reply via email to

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