aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2011-12-29 16:00:38 -0500
committerErik Schnetter <schnetter@gmail.com>2011-12-29 16:00:38 -0500
commitdacc0c39003dad32c7edb7d61fe2ab398fc0c934 (patch)
tree250794c482fa42cc0db167f17dab834a019ebb1d /Auxiliary
parent698369edef18f9b5143c3e8b1b66a874eb5cfcb0 (diff)
Remove support for pown function
pown is only supported in OpenCL, and does not seem to give a performance improvement.
Diffstat (limited to 'Auxiliary')
-rw-r--r--Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h
index d768625..0be42d3 100644
--- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h
+++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h
@@ -1,5 +1,4 @@
#ifdef KRANC_C
-# define pown(x,y) pow(x,y)
# define IfThen(x,y,z) ((x) ? (y) : (z))
#else
# define Abs(x) (abs(x))