Michael M. Tung wrote:
>Dear Arjen:
>
>I just got around to check the F95 binding of the latest SVN release.
>
>Everything is fine! The characters now display correctly for the F95
>examples. In the file binding/f95/Makefile I had to add the '--tag=F77'
>option in the two lines so that they look:
Dear Arjen:
I just got around to check the F95 binding of the latest SVN release.
Everything is fine! The characters now display correctly for the F95
examples. In the file binding/f95/Makefile I had to add the '--tag=F77'
option in the two lines so that they look:
... $(LIBTOOL) --tag=F77 --mod
Hello,
in view of the recent report on problems with EQUIVALENCE'ing
integers and character strings in the Fortran 95 bindings, I have
changed the implementation. Instead of an EQUIVALENCE
statement the transfer of character data from Fortran routines
to C functions now goes via the TRANSFER() fun