Re: [Plplot-devel] Redacted dimension arguments

2016-01-18 Thread Arjen Markus
Hi Alan, > -Original Message- > From: Alan W. Irwin [mailto:ir...@beluga.phys.uvic.ca] > Sent: Tuesday, January 19, 2016 4:47 AM > To: PLplot development list > Subject: [Plplot-devel] Redacted dimension arguments > ..., I came up with the following cunning plan > > My new plan for h

[Plplot-devel] Redacted dimension arguments

2016-01-18 Thread Alan W. Irwin
@Phil (and other C++ enthusiasts here): There is a question for you at the end about redacted dimension arguments for the C++ case. @Everybody: Normally for higher-level languages that treat arrays as first-class objects (i.e., _all_ the computer languages we support other than C, Tcl, and [stra

Re: [Plplot-devel] Bug in notcrossed() function of plfill.c

2016-01-18 Thread Alan W. Irwin
On 2016-01-18 16:57- Phil Rosenberg wrote: > Hi > Can we reopen this again please. I have just hit another case where > when plotting a contour plot something goes wrong and the whole plot > gets filled. > > Alan, you said you were going to see if you could work out why the > fuzzy logic was n

Re: [Plplot-devel] Bug in notcrossed() function of plfill.c

2016-01-18 Thread Phil Rosenberg
Hi Can we reopen this again please. I have just hit another case where when plotting a contour plot something goes wrong and the whole plot gets filled. Alan, you said you were going to see if you could work out why the fuzzy logic was needed and I said I would try to generate a test case. I know

Re: [Plplot-devel] Need help to debug a library build

2016-01-18 Thread Alan W. Irwin
On 2016-01-17 20:59-0800 Greg Jung wrote: > I tried setting re-building the qhullstatic.a library with CFLAGS, > CXXFLAGS=-fPIC to no avail. > > Can anyone clue me in to where the problem is? Hi Greg: The rule is that all static libraries linked to by shared objects must have -fPIC set since tha