aboutsummaryrefslogtreecommitdiff
path: root/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src
diff options
context:
space:
mode:
authorIan Hinder <ian.hinder@aei.mpg.de>2011-06-03 18:11:41 +0200
committerIan Hinder <ian.hinder@aei.mpg.de>2011-06-03 18:11:41 +0200
commit763e38daee0f8808d1497e78e75a91fe8dfd3fc7 (patch)
tree64e14e522f195c556ffe6f9e1a5dedc8ed921fa4 /Auxiliary/Cactus/KrancNumericalTools/GenericFD/src
parent3e6f454f556bb811148fffb66a69e90e5000b9ea (diff)
Temporary commit
Diffstat (limited to 'Auxiliary/Cactus/KrancNumericalTools/GenericFD/src')
-rw-r--r--Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h
index bf5936d..86b70eb 100644
--- a/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h
+++ b/Auxiliary/Cactus/KrancNumericalTools/GenericFD/src/MathematicaCompat.h
@@ -49,4 +49,4 @@
#define Pi 3.14159265358979323846264d0
#endif
-#define UnitStep(x) ( (x) > 0 ? 1 : 0 )
+#define StepFunction(x) ( (x) > 0 ? 1 : 0 )