Re: [Plplot-devel] floating point exception in example 29

2015-05-15 Thread Alan W. Irwin
On 2015-05-15 10:19- Arjen Markus wrote: > Hi Alan, Hazen, > > >> From: Arjen Markus [mailto:arjen.mar...@deltares.nl] >> Sent: Friday, May 15, 2015 12:15 PM >> To: Alan W. Irwin; Hazen Babcock >> Cc: PLplot development list >> Subject: Re: [Plplot-devel] floating point exception in example 29

Re: [Plplot-devel] Spurious warnings on Cygwin should now be gone

2015-05-15 Thread Alan W. Irwin
On 2015-05-15 13:45- Arjen Markus wrote: > Hi Alan, > > > > With this minimal CMakeLists.txt file: > > > > function(plplot_cmake_minimum_required) > > cmake_minimum_required(${ARGV}) > > endfunction(plplot_cmake_minimum_required) > > > > plplot_cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR

Re: [Plplot-devel] Spurious warnings on Cygwin should now be gone

2015-05-15 Thread Arjen Markus
Hi Alan, With this minimal CMakeLists.txt file: function(plplot_cmake_minimum_required) cmake_minimum_required(${ARGV}) endfunction(plplot_cmake_minimum_required) plplot_cmake_minimum_required(VERSION 3.0.2 FATAL_ERROR) I get the following output: -- The C compiler identification i

Re: [Plplot-devel] floating point exception in example 29

2015-05-15 Thread Arjen Markus
Hi Alan, Hazen, > From: Arjen Markus [mailto:arjen.mar...@deltares.nl] > Sent: Friday, May 15, 2015 12:15 PM > To: Alan W. Irwin; Hazen Babcock > Cc: PLplot development list > Subject: Re: [Plplot-devel] floating point exception in example 29 > > Hi Alan, Hazen, > > Actually, this should have bee

Re: [Plplot-devel] floating point exception in example 29

2015-05-15 Thread Arjen Markus
Hi Alan, Hazen, -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Thursday, May 14, 2015 2:19 AM > > Hi Hazen: > > It turned out to be a fortran argument issue in Fortran example 29, where 0. > had to > be replaced by 0._plflt (see commit id=a0e51cd).