aboutsummaryrefslogtreecommitdiff
path: root/src/patch/fd_grid.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/patch/fd_grid.cc')
-rw-r--r--src/patch/fd_grid.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/patch/fd_grid.cc b/src/patch/fd_grid.cc
index 48e490e..80d1e1b 100644
--- a/src/patch/fd_grid.cc
+++ b/src/patch/fd_grid.cc
@@ -20,7 +20,6 @@
#include "../jtutil/util.hh"
#include "../jtutil/array.hh"
#include "../jtutil/linear_map.hh"
-using jtutil::error_exit;
#include "coords.hh"
#include "grid.hh"
@@ -29,6 +28,7 @@ using jtutil::error_exit;
// all the code in this file is inside this namespace
namespace AHFinderDirect
{
+using jtutil::error_exit;
//*****************************************************************************