aboutsummaryrefslogtreecommitdiff
path: root/CarpetDev/CarpetIOF5/src/writer.hh
diff options
context:
space:
mode:
Diffstat (limited to 'CarpetDev/CarpetIOF5/src/writer.hh')
-rw-r--r--CarpetDev/CarpetIOF5/src/writer.hh8
1 files changed, 8 insertions, 0 deletions
diff --git a/CarpetDev/CarpetIOF5/src/writer.hh b/CarpetDev/CarpetIOF5/src/writer.hh
index 056d39a3f..94b31d3cd 100644
--- a/CarpetDev/CarpetIOF5/src/writer.hh
+++ b/CarpetDev/CarpetIOF5/src/writer.hh
@@ -3,6 +3,10 @@
#include "cctk.h"
+#include "bbox.hh"
+#include "defs.hh"
+#include "dh.hh"
+
#include "file.hh"
#include "simulation.hh"
#include "tensor_component.hh"
@@ -59,6 +63,10 @@ namespace CarpetIOF5 {
bool have_metafile)
const;
+ bbox<int,dim> const &
+ determine_region (dh::dboxes const & boxes)
+ const;
+
};
} // namespace CarpetIOF5