aboutsummaryrefslogtreecommitdiff
path: root/src/gr/expansion.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr/expansion.cc')
-rw-r--r--src/gr/expansion.cc6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gr/expansion.cc b/src/gr/expansion.cc
index 4d7ae34..5a03783 100644
--- a/src/gr/expansion.cc
+++ b/src/gr/expansion.cc
@@ -47,9 +47,6 @@
#include "../jtutil/array.hh"
#include "../jtutil/cpm_map.hh"
#include "../jtutil/linear_map.hh"
-using jtutil::error_exit;
-using jtutil::pow2;
-using jtutil::pow4;
#include "../patch/coords.hh"
#include "../patch/grid.hh"
@@ -68,6 +65,9 @@ using jtutil::pow4;
// all the code in this file is inside this namespace
namespace AHFinderDirect
{
+using jtutil::error_exit;
+using jtutil::pow2;
+using jtutil::pow4;
//******************************************************************************
//******************************************************************************