aboutsummaryrefslogtreecommitdiff
path: root/src/driver/horizon_Jacobian.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/horizon_Jacobian.cc')
-rw-r--r--src/driver/horizon_Jacobian.cc18
1 files changed, 9 insertions, 9 deletions
diff --git a/src/driver/horizon_Jacobian.cc b/src/driver/horizon_Jacobian.cc
index 4cc751d..ec50d78 100644
--- a/src/driver/horizon_Jacobian.cc
+++ b/src/driver/horizon_Jacobian.cc
@@ -1,5 +1,5 @@
// horizon_Jacobian.cc -- evaluate Jacobian matrix of LHS function H(h)
-// $Id$
+// $Header$
//
// <<<prototypes for functions local to this file>>>
//
@@ -28,14 +28,14 @@
#include "../jtutil/linear_map.hh"
using jtutil::error_exit;
-#include "../util/coords.hh"
-#include "../util/grid.hh"
-#include "../util/fd_grid.hh"
-#include "../util/patch.hh"
-#include "../util/patch_edge.hh"
-#include "../util/patch_interp.hh"
-#include "../util/ghost_zone.hh"
-#include "../util/patch_system.hh"
+#include "../patch/coords.hh"
+#include "../patch/grid.hh"
+#include "../patch/fd_grid.hh"
+#include "../patch/patch.hh"
+#include "../patch/patch_edge.hh"
+#include "../patch/patch_interp.hh"
+#include "../patch/ghost_zone.hh"
+#include "../patch/patch_system.hh"
#include "../elliptic/Jacobian.hh"