aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/carpet.hh
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@gmail.com>2013-07-29 18:14:21 -0700
committerErik Schnetter <schnetter@gmail.com>2013-07-29 18:14:21 -0700
commit5460dec57150cfee432bb79de47eac264d72efa0 (patch)
treeba43ccc662b49da501cb25cca2be0e46a7d3db59 /Carpet/Carpet/src/carpet.hh
parent320d6af5dd93dc1b5e124ba40679a48c201b2058 (diff)
Carpet: Support group tag "map0group"
This tag indicates that this variable group should have storage only on map 0.
Diffstat (limited to 'Carpet/Carpet/src/carpet.hh')
-rw-r--r--Carpet/Carpet/src/carpet.hh3
1 files changed, 3 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/carpet.hh b/Carpet/Carpet/src/carpet.hh
index f9e3fb898..8c802ab0b 100644
--- a/Carpet/Carpet/src/carpet.hh
+++ b/Carpet/Carpet/src/carpet.hh
@@ -84,6 +84,9 @@ namespace Carpet {
// Error output
void UnsupportedVarType (int vindex);
+ // Check for a map0group
+ bool IsMap0Group(int gindex);
+
} // namespace Carpet
#endif // !defined(CARPET_HH)