Re: [gsll-devel] GSL2 switch bug?

2017-08-23 Thread Name Name
Hi, Well, the code says otherwise: #-gsl2 (defun jacobian (solver) ;; Raw pointer, because we presume we're passing it on to another GSL function. (cffi:foreign-slot-value (mpointer solver) '(:struct gsl-fdffit-solver) 'jacobian)) ;;; This needs work to make matrix automatically allocated.

Re: [gsll-devel] GSL2 switch bug?

2017-08-22 Thread Liam Healy
I have been on v2 for a while now and have not encountered problems. Liam On Mon, Aug 21, 2017 at 1:45 AM, Name Name wrote: > Hi, > > I guess that you have not encountered a problem because you have GSL v.1. > This happens on v.2. > > Thanks for your reply. > Gaya > > On Aug