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 80d1e1b..48e490e 100644
--- a/src/patch/fd_grid.cc
+++ b/src/patch/fd_grid.cc
@@ -20,6 +20,7 @@
#include "../jtutil/util.hh"
#include "../jtutil/array.hh"
#include "../jtutil/linear_map.hh"
+using jtutil::error_exit;
#include "coords.hh"
#include "grid.hh"
@@ -28,7 +29,6 @@
// all the code in this file is inside this namespace
namespace AHFinderDirect
{
-using jtutil::error_exit;
//*****************************************************************************