We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a71ff45 commit 3987c02Copy full SHA for 3987c02
3 files changed
NewRadX/configuration.ccl
@@ -1,6 +1,6 @@
1
# Configuration definition for thorn NewRadX
2
3
-REQUIRES Loop
+REQUIRES CarpetX Loop
4
5
PROVIDES NewRadX
6
{
NewRadX/interface.ccl
@@ -2,6 +2,7 @@
IMPLEMENTS: NewRadX
+USES INCLUDE HEADER: driver.hxx
USES INCLUDE HEADER: loop_device.hxx
7
8
INCLUDE HEADER: newradx.hxx in newradx.hxx
NewRadX/src/newradx.cxx
@@ -1,10 +1,10 @@
-#include "newradx.hxx"
-#include "CarpetX/CarpetX/src/driver.hxx"
-#include "loop.hxx"
-#include "loop_device.hxx"
#include <cctk.h>
#include <cctk_Arguments_Checked.h>
#include <cmath>
+#include "loop.hxx"
+#include "loop_device.hxx"
+#include "driver.hxx"
+#include "newradx.hxx"
9
namespace NewRadX {
10
0 commit comments