summaryrefslogtreecommitdiff
path: root/src/main/OverloadMain.c
diff options
context:
space:
mode:
authortradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-11-05 14:58:55 +0000
committertradke <tradke@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-11-05 14:58:55 +0000
commit7429addb5b7f80c1035b59afa239996ff1a58c65 (patch)
tree1ba6dde297325a705161420eacd2a2151db10fa5 /src/main/OverloadMain.c
parent295247798ad3e1ef841ac7e04d219ac3cb146e8b (diff)
Adding a const qualifier to the 'cGH *' argument of some flesh routines
and for I/O method registration. You will also need to update the I/O thorns which I will commit changes to now. git-svn-id: http://svn.cactuscode.org/flesh/trunk@2452 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/main/OverloadMain.c')
-rw-r--r--src/main/OverloadMain.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/main/OverloadMain.c b/src/main/OverloadMain.c
index 7bf038c9..5d1d1aa9 100644
--- a/src/main/OverloadMain.c
+++ b/src/main/OverloadMain.c
@@ -16,6 +16,7 @@
#include "cctk_Flesh.h"
#include "cctk_WarnLevel.h"
+#include "CactusRegister.h"
#include "OverloadMacros.h"
static const char *rcsid="$Header$";