aboutsummaryrefslogtreecommitdiff
path: root/src/AmrGrid.hh
diff options
context:
space:
mode:
Diffstat (limited to 'src/AmrGrid.hh')
-rw-r--r--src/AmrGrid.hh11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/AmrGrid.hh b/src/AmrGrid.hh
new file mode 100644
index 0000000..b29ec63
--- /dev/null
+++ b/src/AmrGrid.hh
@@ -0,0 +1,11 @@
+#ifndef __AMR_GRID_HH_
+#define __AMR_GRID_HH_
+/*
+ Definition of the AMR grid structure for C
+*/
+
+struct AmrGrid : public AmrGridT {
+ IObase::DataType datatype;
+};
+
+#endif