aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
diff options
context:
space:
mode:
authorErik Schnetter <schnetter@cct.lsu.edu>2010-12-03 16:06:57 -0500
committerBarry Wardell <barry.wardell@gmail.com>2011-12-14 18:25:44 +0000
commit6bc7a7eaafa28e13eefc6ae73a90ebff81d2884d (patch)
tree0f6abdf7434cd76ffa1b3f2d4a21cb00f6df2c22 /Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
parent0d1a956a6f962929612820b9fa410d18b7e604f3 (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/src/prolongate_4d_o1_rf2.cc')
-rw-r--r--Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc b/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
index 95017c3e2..366bb88ef 100644
--- a/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
+++ b/Carpet/CarpetLib/src/prolongate_4d_o1_rf2.cc
@@ -1,11 +1,11 @@
+#include <cctk.h>
+#include <cctk_Parameters.h>
+
#include <algorithm>
#include <cassert>
#include <cmath>
#include <cstdlib>
-#include <cctk.h>
-#include <cctk_Parameters.h>
-
#include "operator_prototypes_4d.hh"
#include "typeprops.hh"