Re: [Plplot-devel] integer and logical precision for our Fortran bindings and examples

2014-09-10 Thread Alan W. Irwin
Hi Arjen: On 2014-09-10 07:54- Arjen Markus wrote: > Hi Alan, > By using the fixed number 4 you make a classical mistake: the kind number is not related to the number of bytes that a value of the given kind and type occupies in memory. For instance: years ago (before Fortran 90 compilers wer

Re: [Plplot-devel] Permission set so you should be able to change the patch status now

2014-09-10 Thread Alan W. Irwin
Hi Arjen: On 2014-09-10 13:42- Arjen Markus wrote: > Hi Alan, > > > > No luck here yet. No new button has turned up. Sorry. So far I have not found any decent documentation for how Allura allows project admins like yours truly to set up permissions for developers. So I have been exploring

Re: [Plplot-devel] Permission set so you should be able to change the patch status now

2014-09-10 Thread Arjen Markus
Hi Alan, No luck here yet. No new button has turned up. Regards, Arjen > -Original Message- > From: Alan W. Irwin [mailto:[email protected]] > Sent: Tuesday, September 09, 2014 7:08 PM > To: Arjen Markus > Cc: PLplot development list > Subject: Permission set so you should

Re: [Plplot-devel] integer and logical precision for our Fortran bindings and examples

2014-09-10 Thread Arjen Markus
Hi Alan, By using the fixed number 4 you make a classical mistake: the kind number is not related to the number of bytes that a value of the given kind and type occupies in memory. For instance: years ago (before Fortran 90 compilers were common enough) I used a NEC computer that had two diff