summaryrefslogtreecommitdiff
path: root/lib/Numeric/GSL/Special/dawson.h
diff options
context:
space:
mode:
authorAlberto Ruiz <aruiz@um.es>2009-05-16 17:40:44 +0000
committerAlberto Ruiz <aruiz@um.es>2009-05-16 17:40:44 +0000
commitead458786713d4b66933938b304886f629179613 (patch)
tree2d3a70b649d8d291ee55d4ec5c17807d05575287 /lib/Numeric/GSL/Special/dawson.h
parent1412579714611555ae6263aed1bd8ffe71fa5961 (diff)
headers removed in GSL Special functions
Diffstat (limited to 'lib/Numeric/GSL/Special/dawson.h')
-rw-r--r--lib/Numeric/GSL/Special/dawson.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/Numeric/GSL/Special/dawson.h b/lib/Numeric/GSL/Special/dawson.h
deleted file mode 100644
index 5f878b5..0000000
--- a/lib/Numeric/GSL/Special/dawson.h
+++ /dev/null
@@ -1,2 +0,0 @@
1int gsl_sf_dawson_e(double x,double* result);
2double gsl_sf_dawson(double x);