Re: [Plplot-devel] Avoiding untyped variables in our Fortran binding and examples

2016-05-11 Thread Arjen Markus
Hi Alan, NOTE: What follows is rather specific to the Fortran language and has little to do with PLplot as such, other than that has some consequences for our Fortran binding and possibly the examples. > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sen

Re: [Plplot-devel] Avoiding untyped variables in our Fortran binding and examples

2016-05-11 Thread Alan W. Irwin
P.S. Hi Arjen: From it appears that you should use the /check:uninit option with the ifort compiler to detect undefined variables. I also see from

[Plplot-devel] Avoiding untyped variables in our Fortran binding and examples

2016-05-11 Thread Alan W. Irwin
On 2016-05-11 09:42- Arjen Markus wrote: > I was also reminded of a small omission in the current code regarding the use of IMPLICIT NONE. It is not propagated from the module to the interface blocks. Therefore I want to add that statement everywhere where that is appropriate, just to make ext

Re: [Plplot-devel] PLplot Fortran bindings

2016-05-11 Thread Arjen Markus
Hi Wadud, I guess at this moment it is my turn - I was also reminded of a small omission in the current code regarding the use of IMPLICIT NONE. It is not propagated from the module to the interface blocks. Therefore I want to add that statement everywhere where that is appropriate, just to m