From d97872f2922480139f2e279caebd4799e162d7a9 Mon Sep 17 00:00:00 2001 From: Erik Schnetter Date: Tue, 22 Jul 2008 16:59:48 -0500 Subject: CarpetInterp2: Reformat interface.ccl --- Carpet/CarpetInterp2/interface.ccl | 27 ++++++++++++++++----------- 1 file changed, 16 insertions(+), 11 deletions(-) (limited to 'Carpet/CarpetInterp2') diff --git a/Carpet/CarpetInterp2/interface.ccl b/Carpet/CarpetInterp2/interface.ccl index b161281b8..fc822c9e1 100644 --- a/Carpet/CarpetInterp2/interface.ccl +++ b/Carpet/CarpetInterp2/interface.ccl @@ -2,6 +2,10 @@ IMPLEMENTS: interp2 +INCLUDE HEADER: fasterp.hh IN carpetinterp2.hh + + + USES INCLUDE HEADER: defs.hh USES INCLUDE HEADER: typeprops.hh USES INCLUDE HEADER: vect.hh @@ -11,20 +15,21 @@ USES INCLUDE HEADER: carpet.hh # Get access to communicators -CCTK_POINTER_TO_CONST \ -FUNCTION GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) +CCTK_POINTER_TO_CONST FUNCTION \ + GetMPICommWorld (CCTK_POINTER_TO_CONST IN cctkGH) REQUIRES FUNCTION GetMPICommWorld # Access coordinate information (on the coarse level) -CCTK_INT FUNCTION GetCoordRange \ - (CCTK_POINTER_TO_CONST IN cctkGH, \ - CCTK_INT IN m, \ - CCTK_INT IN ml, \ - CCTK_INT IN size, \ - CCTK_INT ARRAY OUT gsh, \ - CCTK_REAL ARRAY OUT lower, \ - CCTK_REAL ARRAY OUT upper, \ - CCTK_REAL ARRAY OUT delta) +CCTK_INT FUNCTION \ + GetCoordRange \ + (CCTK_POINTER_TO_CONST IN cctkGH, \ + CCTK_INT IN m, \ + CCTK_INT IN ml, \ + CCTK_INT IN size, \ + CCTK_INT ARRAY OUT gsh, \ + CCTK_REAL ARRAY OUT lower, \ + CCTK_REAL ARRAY OUT upper, \ + CCTK_REAL ARRAY OUT delta) REQUIRES FUNCTION GetCoordRange -- cgit v1.2.3