aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/src/SetupGH.cc
diff options
context:
space:
mode:
Diffstat (limited to 'Carpet/Carpet/src/SetupGH.cc')
-rw-r--r--Carpet/Carpet/src/SetupGH.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/Carpet/Carpet/src/SetupGH.cc b/Carpet/Carpet/src/SetupGH.cc
index 95f30ec5d..caa784077 100644
--- a/Carpet/Carpet/src/SetupGH.cc
+++ b/Carpet/Carpet/src/SetupGH.cc
@@ -35,6 +35,7 @@
#include <vect.hh>
#include <carpet.hh>
+#include "Requirements.hh"
#include "Timers.hh"
@@ -717,6 +718,7 @@ namespace Carpet {
maps = num_maps;
}
carpetGH.maps = maps;
+ Requirements::Setup (maps);
}