LF7FNG - call a Fortran 66 logical function.

Usage:

external target
logical result, lf7fng
  ...
intres = lf7fng(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 logical result returned.

Description:

LF7FNG allows a Fortran 77 routine to call a logical 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.