aboutsummaryrefslogtreecommitdiff
path: root/ML_CCZ4/src/Startup.cc
diff options
context:
space:
mode:
Diffstat (limited to 'ML_CCZ4/src/Startup.cc')
-rw-r--r--ML_CCZ4/src/Startup.cc10
1 files changed, 10 insertions, 0 deletions
diff --git a/ML_CCZ4/src/Startup.cc b/ML_CCZ4/src/Startup.cc
new file mode 100644
index 0000000..094d242
--- /dev/null
+++ b/ML_CCZ4/src/Startup.cc
@@ -0,0 +1,10 @@
+/* File produced by Kranc */
+
+#include "cctk.h"
+
+extern "C" int ML_CCZ4_Startup(void)
+{
+ const char * banner = "ML_CCZ4";
+ CCTK_RegisterBanner(banner);
+ return 0;
+}