aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/interface.ccl
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-03 16:06:57 -0500
committerErik Schnetter <schnetter@cct.lsu.edu>2010-12-03 16:06:57 -0500
commitf883506b5f0b44dafef4c1e2177f38322d4f11b0 (patch)
treec4b0e98d14d480d95f3cb50c803cd720dd5f6589 /Carpet/CarpetLib/interface.ccl
parentc26beb8a7b7e830b49a39b988a5beabf60ba1d15 (diff)
CarpetLib: Implement prolongation operators via templates
Implement all prolongation operators via templates, so that there is a single, unified implementation independent of the order. This should also correct all problems with the previous higher-order operators.
Diffstat (limited to 'Carpet/CarpetLib/interface.ccl')
-rw-r--r--Carpet/CarpetLib/interface.ccl3
1 files changed, 3 insertions, 0 deletions
diff --git a/Carpet/CarpetLib/interface.ccl b/Carpet/CarpetLib/interface.ccl
index 9ce2ba474..e2184abeb 100644
--- a/Carpet/CarpetLib/interface.ccl
+++ b/Carpet/CarpetLib/interface.ccl
@@ -32,8 +32,11 @@ includes header: th.hh in th.hh
includes header: operators.hh in operators.hh
+uses include header: nompi.h
+
uses include header: CarpetTimers.hh
uses include header: loopcontrol.h
+uses include header: vectors.h