summaryrefslogtreecommitdiff
path: root/src/include/cctki_GHExtensions.h
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 10:05:56 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-01-25 10:05:56 +0000
commita7f55c01ae632147f667efbbfdaaa509e2be01ed (patch)
tree6ad9034c4dcbb7590c31bcb66169991679a09a93 /src/include/cctki_GHExtensions.h
parent29bfcbaba503af41067f6ea16f506d1d0190bd06 (diff)
CCTK function name changes
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1297 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_GHExtensions.h')
-rw-r--r--src/include/cctki_GHExtensions.h31
1 files changed, 31 insertions, 0 deletions
diff --git a/src/include/cctki_GHExtensions.h b/src/include/cctki_GHExtensions.h
new file mode 100644
index 00000000..c06a650b
--- /dev/null
+++ b/src/include/cctki_GHExtensions.h
@@ -0,0 +1,31 @@
+ /*@@
+ @header cctki_GHExtensions.h
+ @date Fri Jan 15 14:15:20 1999
+ @author Tom Goodale
+ @desc
+ Prototypes for functions dealing with GH extensions.
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef _CCTKI_GHEXTENSIONS_H_
+#define _CCTKI_GHEXTENSIONS_H_
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+int CCTKi_SetupGHExtensions(tFleshConfig *config,
+ int convergence_level,
+ cGH *GH);
+
+int CCTKi_InitGHExtensions(cGH *GH);
+
+int CCTKi_rfrTraverseGHExtensions(cGH *GH, int rfrpoint);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif
+