gsl-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-


From: Patrick Alken
Subject: [Gsl-cvs] [SCM] GNU Scientific Library branch, master, updated. release-1-0-2182-gf3aa8e8
Date: Mon, 07 Apr 2014 22:45:34 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Scientific Library".

The branch, master has been updated
       via  f3aa8e84c9812df081ca76539f86b02f7b19a9bd (commit)
       via  9eb91dfa131c8de6512c74ab86488fb2973933ae (commit)
       via  37b5d7d33aef8e1b06f36ffa665a101cbac573a8 (commit)
       via  6704e3a724b111362d164de2cf41c9a98ea9c270 (commit)
       via  7ca98ffe9f6b3a792f44e7f66748af73aeafb124 (commit)
       via  f129b0dc2cba19c73c5264cc62eca6a7a4cd95e4 (commit)
       via  ab5c440df0b781080302e61ab73ec0811a4f7150 (commit)
       via  2b7b9cea42ce07ccede570a214ead2aa6304083d (commit)
       via  2fb9bb6e5620562ba79849aca5a1136916e10cde (commit)
      from  44b547c59ee64aabadf8f5909266a2196c98ee5d (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit f3aa8e84c9812df081ca76539f86b02f7b19a9bd
Merge: 44b547c 9eb91df
Author: Patrick Alken <address@hidden>
Date:   Mon Apr 7 16:45:08 2014 -0600

    Merge branch 'interp2d'
    
    Conflicts:
        interpolation/Makefile.am

-----------------------------------------------------------------------

Summary of changes:
 interpolation/Makefile.am    |    4 +-
 interpolation/bicubic.c      |  805 ++++++++++++++++++++++++++++++++++++++++++
 interpolation/bilinear.c     |  212 +++++++++++
 interpolation/gsl_interp2d.h |  160 +++++++++
 interpolation/gsl_spline2d.h |  108 ++++++
 interpolation/interp2d.c     |  411 +++++++++++++++++++++
 interpolation/spline2d.c     |  227 ++++++++++++
 interpolation/test.c         |    4 +
 interpolation/test2d.c       |  345 ++++++++++++++++++
 9 files changed, 2274 insertions(+), 2 deletions(-)
 create mode 100644 interpolation/bicubic.c
 create mode 100644 interpolation/bilinear.c
 create mode 100644 interpolation/gsl_interp2d.h
 create mode 100644 interpolation/gsl_spline2d.h
 create mode 100644 interpolation/interp2d.c
 create mode 100644 interpolation/spline2d.c
 create mode 100644 interpolation/test2d.c


hooks/post-receive
-- 
GNU Scientific Library



reply via email to

[Prev in Thread] Current Thread [Next in Thread]