Skip to content
Prev 42715 / 63421 Next

Calling FORTRAN function from R issue?

On 06-03-2012, at 15:46, Berend Hasselman wrote:

            
Got it.
See http://www.fortran.com/F77_std/rjcnf0001-sh-3.html#sh-3.1.6

Compiler ignores the blanks and

	external double complex zdotc

becomes

	external doublecomplexzdotc	

And that is legal.

And how long have I been using Fortran? I won't tell.

Berend