aboutsummaryrefslogtreecommitdiff
path: root/Carpet/CarpetRegrid
diff options
context:
space:
mode:
authorhawke <>2004-05-10 11:56:00 +0000
committerhawke <>2004-05-10 11:56:00 +0000
commitda8682eb17538fcf501a8cf22bb298f47e326c92 (patch)
tree2142ad9947029cfb4a0351b226c0186c8dc675eb /Carpet/CarpetRegrid
parent68d1077756480913620a3ce3fa2b2c9df15717d5 (diff)
Correct intent statements.
darcs-hash:20040510115624-58737-87e5be19cc09dcd80dee90260028780c3ca30dcd.gz
Diffstat (limited to 'Carpet/CarpetRegrid')
-rw-r--r--Carpet/CarpetRegrid/interface.ccl4
1 files changed, 2 insertions, 2 deletions
diff --git a/Carpet/CarpetRegrid/interface.ccl b/Carpet/CarpetRegrid/interface.ccl
index c0dcaa80f..3d42d1d26 100644
--- a/Carpet/CarpetRegrid/interface.ccl
+++ b/Carpet/CarpetRegrid/interface.ccl
@@ -1,5 +1,5 @@
# Interface definition for thorn CarpetRegrid
-# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/interface.ccl,v 1.11 2004/05/04 22:52:39 schnetter Exp $
+# $Header: /home/eschnett/C/carpet/Carpet/Carpet/CarpetRegrid/interface.ccl,v 1.12 2004/05/10 13:56:25 hawke Exp $
IMPLEMENTS: CarpetRegrid
@@ -41,7 +41,7 @@ USES FUNCTION GetDomainSpecification
# Convert between boundaries 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, \