Skip to content

Commit 3987c02

Browse files
committed
NewRadX: Use driver.hxx from CarpetX via USES INCLUDE syntax
1 parent a71ff45 commit 3987c02

3 files changed

Lines changed: 6 additions & 5 deletions

File tree

NewRadX/configuration.ccl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration definition for thorn NewRadX
22

3-
REQUIRES Loop
3+
REQUIRES CarpetX Loop
44

55
PROVIDES NewRadX
66
{

NewRadX/interface.ccl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22

33
IMPLEMENTS: NewRadX
44

5+
USES INCLUDE HEADER: driver.hxx
56
USES INCLUDE HEADER: loop_device.hxx
67

78
INCLUDE HEADER: newradx.hxx in newradx.hxx

NewRadX/src/newradx.cxx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
#include "newradx.hxx"
2-
#include "CarpetX/CarpetX/src/driver.hxx"
3-
#include "loop.hxx"
4-
#include "loop_device.hxx"
51
#include <cctk.h>
62
#include <cctk_Arguments_Checked.h>
73
#include <cmath>
4+
#include "loop.hxx"
5+
#include "loop_device.hxx"
6+
#include "driver.hxx"
7+
#include "newradx.hxx"
88

99
namespace NewRadX {
1010

0 commit comments

Comments
 (0)