aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'interface.ccl')
-rw-r--r--interface.ccl16
1 files changed, 8 insertions, 8 deletions
diff --git a/interface.ccl b/interface.ccl
index 3bb592b..4397dd1 100644
--- a/interface.ccl
+++ b/interface.ccl
@@ -7,12 +7,12 @@ INHERITS: ADMBase StaticConformal grid
REAL puncture_u TYPE=gf
-CCTK_INT FUNCTION Rho_ADM( \
- CCTK_POINTER_TO_CONST IN cctkGH, \
- CCTK_INT IN size, \
- CCTK_POINTER IN source, \
- CCTK_POINTER IN x, \
- CCTK_POINTER IN y, \
- CCTK_POINTER IN z \
+CCTK_INT FUNCTION Set_Rho_ADM( \
+ CCTK_POINTER_TO_CONST IN cctkGH, \
+ CCTK_INT IN size, \
+ CCTK_REAL ARRAY OUT source, \
+ CCTK_REAL ARRAY IN x, \
+ CCTK_REAL ARRAY IN y, \
+ CCTK_REAL ARRAY IN z \
)
-USES FUNCTION Rho_ADM
+USES FUNCTION Set_Rho_ADM