aboutsummaryrefslogtreecommitdiff
path: root/interface.ccl
diff options
context:
space:
mode:
authorknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-10-07 10:00:11 +0000
committerknarf <knarf@b2a53a04-0f4f-0410-87ed-f9f25ced00cf>2004-10-07 10:00:11 +0000
commit5193ed91db2c3d10b45f56b156b7efe6773e4a3c (patch)
tree79982ec7b472553cfc7e5b60a0126fc94d78ba98 /interface.ccl
parentea198334790a570ca3e04b15b9415624933419eb (diff)
- included Eriks changes - thanks!
I should have looked harder for the documentation of aliased functions. :/ git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinInitialData/TwoPunctures/trunk@22 b2a53a04-0f4f-0410-87ed-f9f25ced00cf
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