aboutsummaryrefslogtreecommitdiff
path: root/src/elliptic/row_sparse_Jacobian.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/elliptic/row_sparse_Jacobian.cc')
-rw-r--r--src/elliptic/row_sparse_Jacobian.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/elliptic/row_sparse_Jacobian.cc b/src/elliptic/row_sparse_Jacobian.cc
index 4a198a6..6b1152f 100644
--- a/src/elliptic/row_sparse_Jacobian.cc
+++ b/src/elliptic/row_sparse_Jacobian.cc
@@ -86,7 +86,6 @@ extern "C"
#include "../jtutil/array.hh"
#include "../jtutil/cpm_map.hh"
#include "../jtutil/linear_map.hh"
-using jtutil::error_exit;
#include "../patch/coords.hh"
#include "../patch/grid.hh"
@@ -103,6 +102,7 @@ using jtutil::error_exit;
// all the code in this file is inside this namespace
namespace AHFinderDirect
{
+using jtutil::error_exit;
//******************************************************************************
//******************************************************************************