aboutsummaryrefslogtreecommitdiff
path: root/src/slab.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/slab.cc')
-rw-r--r--src/slab.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/slab.cc b/src/slab.cc
index a21ee4e..219f6d5 100644
--- a/src/slab.cc
+++ b/src/slab.cc
@@ -1084,7 +1084,7 @@ Slab_MultiTransfer_Init
CCTK_TimerStartI (timer_init);
- slabsetup * CCTK_RESTRICT const slabsetup = new struct slabsetup;
+ slabsetup * restrict const slabsetup = new struct slabsetup;