aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoreschnett <eschnett@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2012-06-17 21:42:50 +0000
committereschnett <eschnett@2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8>2012-06-17 21:42:50 +0000
commit2bef6d0e362febcc6e68fb25e62992b434261b42 (patch)
tree27701817f4a82828530dd277faac4ada9425dee4
parent0ca78bf54c8503f881fc496c748b9f03a12abf02 (diff)
Don't #define restrict; this is now handled by the flesh
git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@83 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8
-rw-r--r--src/slab.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/slab.cc b/src/slab.cc
index 4fdf9c8..a21ee4e 100644
--- a/src/slab.cc
+++ b/src/slab.cc
@@ -48,11 +48,6 @@
#include "slab.h"
-#ifdef CCTK_CXX_RESTRICT
-# undef restrict
-# define restrict CCTK_CXX_RESTRICT
-#endif
-
using namespace std;