Re: [Plplot-devel] Small revision of Fortran 95 interface

2007-09-30 Thread Arjen Markus
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:

Re: [Plplot-devel] Small revision of Fortran 95 interface

2007-09-28 Thread Michael M. Tung
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

[Plplot-devel] Small revision of Fortran 95 interface

2007-09-04 Thread Arjen Markus
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