26 Feb
2013
26 Feb
'13
12:04 p.m.
On Feb 26, 2013, at 11:27 AM, Bill Long <[email protected]> wrote:
In particular, the C function is not using _Bool. It would seem to be more consistent for the Fortran interface to specify the argument as
INTEGER :: FLAG
or, better
INTEGER(c_int) :: FLAG.
FWIW, the MPI Fortran interfaces have always used LOGICAL for boolean values, not INTEGER. It would be weird to change them now. -- Jeff Squyres [email protected] For corporate legal information go to: http://www.cisco.com/web/about/doing_business/legal/cri/