aboutsummaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorschnetter <schnetter@0f96c2a6-8d4f-0410-8182-94f2e8281398>2008-10-10 16:22:36 +0000
committerschnetter <schnetter@0f96c2a6-8d4f-0410-8182-94f2e8281398>2008-10-10 16:22:36 +0000
commit5eeb2401d99c2458960db1d6a25527f9c5f07a78 (patch)
treedd5712ef14e29b48e09b92da2f9924e990c1e9d3 /README
parentdd9e8d6928f79c2b3abad885a9d68c1ea436c744 (diff)
Import new thorn GSLFortran, containing Fortran wrappers for some GSL functions.HEADsvnmaster
git-svn-id: http://svn.aei.mpg.de/numrel/AEIThorns/GSLFortran/trunk@2 0f96c2a6-8d4f-0410-8182-94f2e8281398
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 14 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5341ecf
--- /dev/null
+++ b/README
@@ -0,0 +1,14 @@
+Cactus Code Thorn GSLFortran
+Thorn Author(s) : Erik Schnetter <schnetter@cct.lsu.edu>
+Thorn Maintainer(s) : Erik Schnetter <schnetter@cct.lsu.edu>
+--------------------------------------------------------------------------
+
+Purpose of the thorn:
+
+Provide Fortran wrappers for selected functions of the GSL (GNU
+Scientific Library). See http://www.gnu.org/software/gsl.
+
+Note that the GSL library (and therefore also this thorn) is licenced
+under the GPL. If you call GSL routines from your thorn, then this
+probably means that you may only distribute your thorn if it is also
+licenced under the GPL.