Re: [Plplot-devel] Fortran 95 changes in progress

2014-10-13 Thread Alan W. Irwin
On 2014-10-13 08:05- Arjen Markus wrote: > [...] I would say, let's go for this [third argument of size] amendment. If > some compiler out there does not like it, there is a workaround possible, though I'd rather not have to go that route :). Hi Arjen: Thanks for that clear direction includ

Re: [Plplot-devel] Fortran 95 changes in progress

2014-10-13 Thread Arjen Markus
Hi Alan, I tested it with Intel Fortran 2012 and that accepts the third argument. I do not know by heart if we use the one-argument version of size(), but if so, then you need to take care of the kind argument by using its name: Integer, dimension(10) :: dummy Write(*,*) size(dummy, kind