aboutsummaryrefslogtreecommitdiff
path: root/src/gr/Schwarzschild_EF.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/gr/Schwarzschild_EF.cc')
-rw-r--r--src/gr/Schwarzschild_EF.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gr/Schwarzschild_EF.cc b/src/gr/Schwarzschild_EF.cc
index b27d5a4..63bc01f 100644
--- a/src/gr/Schwarzschild_EF.cc
+++ b/src/gr/Schwarzschild_EF.cc
@@ -16,6 +16,7 @@
#include "util_Table.h"
#include "cctk.h"
+#include "cctk_Arguments.h"
#include "config.h"
#include "stdc.h"
@@ -23,6 +24,7 @@
#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"
@@ -41,7 +43,6 @@
// all the code in this file is inside this namespace
namespace AHFinderDirect
{
-using jtutil::error_exit;
//******************************************************************************