aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Carpet/Carpet/interface.ccl6
-rw-r--r--Carpet/CarpetRegrid/interface.ccl4
2 files changed, 5 insertions, 5 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, \
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, \