From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 16751 invoked by alias); 15 Jun 2009 18:31:09 -0000 Received: (qmail 16742 invoked by uid 22791); 15 Jun 2009 18:31:09 -0000 X-SWARE-Spam-Status: No, hits=-2.0 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from qmta12.emeryville.ca.mail.comcast.net (HELO QMTA12.emeryville.ca.mail.comcast.net) (76.96.27.227) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 15 Jun 2009 18:31:00 +0000 Received: from OMTA07.emeryville.ca.mail.comcast.net ([76.96.30.59]) by QMTA12.emeryville.ca.mail.comcast.net with comcast id 4Grp1c0081GXsucACJWz6U; Mon, 15 Jun 2009 18:30:59 +0000 Received: from hippogriff.homeunix.org ([24.8.141.236]) by OMTA07.emeryville.ca.mail.comcast.net with comcast id 4JWy1c00P56DT748TJWzaJ; Mon, 15 Jun 2009 18:30:59 +0000 Received: by hippogriff.homeunix.org (Postfix, from userid 1000) id E7D72CBB0E; Mon, 15 Jun 2009 12:31:50 -0600 (MDT) Date: Mon, 15 Jun 2009 18:31:00 -0000 From: Patrick Alken To: Rhys Ulerich Cc: gsl-discuss@sourceware.org Subject: Re: [PATCH] Add Greville abscissae functionality to B-splines Message-ID: <20090615183150.GA6198@hippogriff.homeunix.org> References: <20090614165708.22998.15238.stgit@localhost> <4a00655d0906150743h73d5d019w58a32db374861309@mail.gmail.com> <20090615173917.GA31020@hippogriff.homeunix.org> <4a00655d0906151113y5efb05a7gde0b73d7afc9d0bf@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Disposition: inline Content-Transfer-Encoding: 8bit In-Reply-To: <4a00655d0906151113y5efb05a7gde0b73d7afc9d0bf@mail.gmail.com> User-Agent: Mutt/1.5.18 (2008-05-17) Mailing-List: contact gsl-discuss-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gsl-discuss-owner@sourceware.org X-SW-Source: 2009-q2/txt/msg00023.txt.bz2 Oops, I must have ran some autoconf tools and changed that file. I think its fixed now. Patrick On Mon, Jun 15, 2009 at 01:13:32PM -0500, Rhys Ulerich wrote: > Hi Patrick, > > I noticed in the commit there were changes made to install.sh > (http://git.savannah.gnu.org/gitweb/?p=gsl.git;a=commit;h=ccccc3cb7630ea43bdf365bcbaec71e31f8aea91). > Were those deliberate? > > - Rhys > > On Mon, Jun 15, 2009 at 12:39 PM, Patrick > Alken wrote: > > Nice work, I have added your patch to the repository and > > inserted the appropriate gsl_bspline_free's in test.c. > > > > Patrick > > > > On Mon, Jun 15, 2009 at 09:43:46AM -0500, Rhys Ulerich wrote: > >> Thanks guys. > >> > >> FYI, I woke up this morning and realized I forgot a gsl_bspline_free > >> call at the bottom of each of the unit test blocks in test.c. > >> > >> - Rhys > >> > >> On Mon, Jun 15, 2009 at 5:26 AM, Brian Gough wrote: > >> > At Sun, 14 Jun 2009 12:02:10 -0500, > >> > Rhys Ulerich wrote: > >> >>  This change adds computing Greville abscissae to the GSL B-spline > >> >>  routines.  Updates to unit tests and documentation are included. > >> >>  The routines are written so that if the b-spline classes have lower > >> >>  continuity basis added later (i.e. by adding multiple knots per > >> >>  interior breakpoint), these should continue to do the right thing. > >> > > >> > Cool. I'll let Patrick take care of these. > >> > > >> > -- > >> > Brian Gough > >> > > >> > > >