CF7FNG - call a Fortran 66 complex function.

Usage:

external target
complex result, cf7fng
  ...
intres = cf7fng(target, arg1 [, arg2, ...])

Where:

target
is the name of the Fortran 66 function to be called.
arg1, arg2, ...
are the arguments of function "target".
result
is the complex result returned.

Description:

CF7FNG allows a Fortran 77 routine to call a complex function which uses the Fortran 66 call sequence.

See Also:

expl f77 lib f7calg
for more notes about calling Fortran 66 routines from Fortran 77.

Copyright © 1996, Thinkage Ltd.