aboutsummaryrefslogtreecommitdiff
path: root/src/patch/ghost_zone.cc
diff options
context:
space:
mode:
authorjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-13 12:56:11 +0000
committerjthorn <jthorn@f88db872-0e4f-0410-b76b-b9085cfa78c5>2002-04-13 12:56:11 +0000
commitb99d0f7d3d2bce81d366425c05655a4841a5bc7c (patch)
treee767941a0f08ff520b23f94f1ba606a02c79104b /src/patch/ghost_zone.cc
parent4265da68c76732bd5c15c0c56f41d770a59aaa86 (diff)
move floating-point configuration to new header file src/config.hh
and change everyone else to #include this git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinAnalysis/AHFinderDirect/trunk@500 f88db872-0e4f-0410-b76b-b9085cfa78c5
Diffstat (limited to 'src/patch/ghost_zone.cc')
-rw-r--r--src/patch/ghost_zone.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/ghost_zone.cc b/src/patch/ghost_zone.cc
index 894a8a5..d686460 100644
--- a/src/patch/ghost_zone.cc
+++ b/src/patch/ghost_zone.cc
@@ -31,7 +31,7 @@
#include "jt/linear_map.hh"
using jtutil::error_exit;
-#include "fp.hh"
+#include "../config.hh"
#include "coords.hh"
#include "grid.hh"
#include "fd_grid.hh"