aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_coords2.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/test_coords2.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/test_coords2.cc')
-rw-r--r--src/patch/test_coords2.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/patch/test_coords2.cc b/src/patch/test_coords2.cc
index 3dbde2e..526ec06 100644
--- a/src/patch/test_coords2.cc
+++ b/src/patch/test_coords2.cc
@@ -6,10 +6,10 @@
#include <math.h>
#include <string.h>
-#include "jt/stdc.h"
-#include "jt/util.hh"
+#include "stdc.h"
+#include "config.hh"
+#include "../jtutil/util.hh"
-#include "../config.hh"
#include "coords.hh"
using jtutil::fuzzy;