aboutsummaryrefslogtreecommitdiff
path: root/Carpet/Carpet/interface.ccl
diff options
context:
space:
mode:
authorhawke <>2004-05-10 11:56:00 +0000
committerhawke <>2004-05-10 11:56:00 +0000
commitce0fc202b3473aa09db1fd8943c022925bd90134 (patch)
tree2142ad9947029cfb4a0351b226c0186c8dc675eb /Carpet/Carpet/interface.ccl
parenta85bc42349269c740f2097f9cd970a066c02fc49 (diff)
Correct intent statements.
darcs-hash:20040510115624-58737-87e5be19cc09dcd80dee90260028780c3ca30dcd.gz
Diffstat (limited to 'Carpet/Carpet/interface.ccl')
-rw-r--r--Carpet/Carpet/interface.ccl6
1 files changed, 3 insertions, 3 deletions
diff --git a/Carpet/Carpet/interface.ccl b/Carpet/Carpet/interface.ccl
index 84ef2c280..5843131e4 100644
--- a/Carpet/Carpet/interface.ccl
+++ b/Carpet/Carpet/interface.ccl
@@ -1,5 +1,5 @@
# Interface definition for thorn Carpet
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.13 2004/05/04 22:52:39 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/Carpet/interface.ccl,v 1.14 2004/05/10 13:56:24 hawke Exp $
IMPLEMENTS: Driver
@@ -52,7 +52,7 @@ USES FUNCTION GetDomainSpecification
# Conversion between boundary types
CCTK_INT FUNCTION ConvertFromPhysicalBoundary \
- (CCTK_INT INT size, \
+ (CCTK_INT IN size, \
CCTK_REAL IN ARRAY physical_min, \
CCTK_REAL IN ARRAY physical_max, \
CCTK_REAL OUT ARRAY interior_min, \
@@ -63,7 +63,7 @@ CCTK_INT FUNCTION ConvertFromPhysicalBoundary \
USES FUNCTION ConvertFromPhysicalBoundary
CCTK_INT FUNCTION ConvertFromExteriorBoundary \
- (CCTK_INT INT size, \
+ (CCTK_INT IN size, \
CCTK_REAL OUT ARRAY physical_min, \
CCTK_REAL OUT ARRAY physical_max, \
CCTK_REAL OUT ARRAY interior_min, \