aboutsummaryrefslogtreecommitdiff
path: root/src/patch/fd_grid.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:24:14 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-06-24 16:24:14 +0000
commitd28ea3f762453e09727bc4542e8a1f26f5e14e56 (patch)
tree6564ad3508e825dd6224205806f9e7709639d835 /src/patch/fd_grid.cc
parent5d1ad10e05bac6b6a94fa33d8f03a555bbc5a372 (diff)
* switch to new #include scheme: we include stuff from . and ../include
directly, anything else will be via ../whereever/file.hh paths * rework the Jaocbian query code in patch_interp.{cc,hh} to split this out from the interpolation code --> should be simpler/clearer git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@591 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/fd_grid.cc')
-rw-r--r--src/patch/fd_grid.cc10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/patch/fd_grid.cc b/src/patch/fd_grid.cc
index 10ac5b5..d0ca181 100644
--- a/src/patch/fd_grid.cc
+++ b/src/patch/fd_grid.cc
@@ -9,13 +9,13 @@
#include <assert.h>
#include <math.h>
-#include "jt/stdc.h"
-#include "jt/util.hh"
-#include "jt/array.hh"
-#include "jt/linear_map.hh"
+#include "stdc.h"
+#include "config.hh"
+#include "../jtutil/util.hh"
+#include "../jtutil/array.hh"
+#include "../jtutil/linear_map.hh"
using jtutil::error_exit;
-#include "../config.hh"
#include "coords.hh"
#include "grid.hh"
#include "fd_grid.hh"