help-octave
[Top][All Lists]
Advanced

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

More fortran to oct help


From: John W. Eaton
Subject: More fortran to oct help
Date: Fri, 26 Mar 2004 17:57:46 -0600

On 26-Mar-2004, Zine Smith <address@hidden> wrote:

|       int F77_FUNC (t96, T96_01) (const int& IOPT,

There seems to be some misunderstanding here about the two arguments
for F77_FUNC.  They are supposed to be the same, except the first
should use lowercase letters and the second should use uppercase
letters.  If the names of the Fortran functions include underscores,
then you should use the F77_FUNC_ macro instead (both macros are
needed because g77 and other compilers with f2c-compatible symbol
naming schemes append an extra underscore to names that already
include an underscore).  See the autoconf manual for more details.

jwe



-------------------------------------------------------------
Octave is freely available under the terms of the GNU GPL.

Octave's home on the web:  http://www.octave.org
How to fund new projects:  http://www.octave.org/funding.html
Subscription information:  http://www.octave.org/archive.html
-------------------------------------------------------------



reply via email to

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