summaryrefslogtreecommitdiff
path: root/src/include/cctki_GroupsOnGH.h
diff options
context:
space:
mode:
authoreschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-10-26 14:23:31 +0000
committereschnett <eschnett@17b73243-c579-4c4c-a9d2-2d5706c11dac>2012-10-26 14:23:31 +0000
commite91cde0953119fa01d92174413643e889adbb98e (patch)
tree484912fa90f1a1e3262e03d154a9ffb938f3f14f /src/include/cctki_GroupsOnGH.h
parent80f043ecb43335a3c1862b8a6ffde4332703f069 (diff)
Use CCTKi_VarDataPtrI in CCTK_DECLARE_ARGUMENTS
Introduce new function CCTKi_VarDataPtrI which does not emit warnings. Use it when defining CCTK_DECLARE_ARGUMENTS. git-svn-id: http://svn.cactuscode.org/flesh/trunk@4898 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'src/include/cctki_GroupsOnGH.h')
-rw-r--r--src/include/cctki_GroupsOnGH.h26
1 files changed, 26 insertions, 0 deletions
diff --git a/src/include/cctki_GroupsOnGH.h b/src/include/cctki_GroupsOnGH.h
new file mode 100644
index 00000000..f2fc72b2
--- /dev/null
+++ b/src/include/cctki_GroupsOnGH.h
@@ -0,0 +1,26 @@
+ /*@@
+ @header cctki_GroupsOnGH.h
+ @date 2012-10-26
+ @author Erik Schnetter
+ @desc
+ Prototypes and constants for internal group functions which use GH structure.
+ @enddesc
+ @version $Header$
+ @@*/
+
+#ifndef _CCTKI_GROUPSONGH_H_
+#define _CCTKI_GROUPSONGH_H_
+
+/* Prototypes */
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+void *CCTKi_VarDataPtrI(const cGH *GH, int timelevel, int varindex);
+
+#ifdef __cplusplus
+}
+#endif
+
+#endif