aboutsummaryrefslogtreecommitdiff
path: root/src/patch/test_patch_system.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-07 13:13:26 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-07 13:13:26 +0000
commitec7974cd2a9ed540cc0022e365a13ff961c128aa (patch)
tree1200a74d20f1e0e1c852d98c3b0928e811f89a45 /src/patch/test_patch_system.cc
parent663881c6bbe0e73086237c8b932cda6fd1a41f7c (diff)
many small mods to fix compiler-detected errors in 1st compiles after
the last few weeks rewrites --> not quite "clean compile" yet :( git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@457 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/test_patch_system.cc')
-rw-r--r--src/patch/test_patch_system.cc4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/patch/test_patch_system.cc b/src/patch/test_patch_system.cc
index d9e82a9..752fa3e 100644
--- a/src/patch/test_patch_system.cc
+++ b/src/patch/test_patch_system.cc
@@ -35,7 +35,7 @@
#include "jt/array.hh"
#include "jt/cpm_map.hh"
#include "jt/linear_map.hh"
-#include "jt/interpolate.hh"
+using jtutil::error_exit;
#include "fp.hh"
#include "coords.hh"
@@ -47,8 +47,6 @@
#include "patch_frontier.hh"
#include "patch_system.hh"
-using jtutil::error_exit;
-
//******************************************************************************
//