aboutsummaryrefslogtreecommitdiff
path: root/src/driver/spherical_surface.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/driver/spherical_surface.cc')
-rw-r--r--src/driver/spherical_surface.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/driver/spherical_surface.cc b/src/driver/spherical_surface.cc
index b51074c..b6c60ac 100644
--- a/src/driver/spherical_surface.cc
+++ b/src/driver/spherical_surface.cc
@@ -22,7 +22,6 @@
#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"
@@ -45,6 +44,7 @@ using jtutil::error_exit;
// all the code in this file is inside this namespace
namespace AHFinderDirect
{
+using jtutil::error_exit;
//******************************************************************************