From 0e435fca01c0ce3356565c661afb0ff9d64880a1 Mon Sep 17 00:00:00 2001 From: Roland Haas Date: Wed, 4 Sep 2013 14:45:56 -0700 Subject: CarpetLib: add some code for electric fence like functionality --- Carpet/CarpetLib/src/gdata.hh | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Carpet/CarpetLib/src/gdata.hh') diff --git a/Carpet/CarpetLib/src/gdata.hh b/Carpet/CarpetLib/src/gdata.hh index 5b5decba6..c000a4d74 100644 --- a/Carpet/CarpetLib/src/gdata.hh +++ b/Carpet/CarpetLib/src/gdata.hh @@ -105,6 +105,8 @@ public: 0; virtual void free () = 0; virtual size_t allocsize (const ibbox& extent, const int proc) const = 0; + // true if fence is intact + virtual bool check_fence (const int upperlower) const = 0; // Accessors bool has_storage () const { -- cgit v1.2.3