From d89f53f20721121be6a92a56c0deae64d3363db1 Mon Sep 17 00:00:00 2001 From: schnetter Date: Thu, 19 Jun 2003 11:02:44 +0000 Subject: Move declarations before statements. git-svn-id: http://svn.cactuscode.org/arrangements/CactusNumerical/Slab/trunk@24 2e825fa2-fb71-486d-8b7f-a5ff3f0f6cb8 --- src/slab.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/slab.c b/src/slab.c index f68df9b..ee28368 100644 --- a/src/slab.c +++ b/src/slab.c @@ -88,13 +88,13 @@ void Slab_PrintTimers (void) /* Find out which driver to use */ #ifdef CCTK_MPI -# if defined CARPET_CARPET +# if defined CARPET_CARPET || defined CARPETORIG_CARPET # include "Carpet/Carpet/src/carpet_public.h" # endif # if defined CACTUSPUGH_PUGH # include "CactusPUGH/PUGH/src/include/pugh.h" # endif -# if ! defined CARPET_CARPET && ! defined CACTUSPUGH_PUGH +# if ! defined CARPET_CARPET && ! defined CARPETORIG_CARPET && ! defined CACTUSPUGH_PUGH # error "No supported driver thorn included" # endif #endif @@ -269,7 +269,7 @@ static MPI_Comm get_mpi_comm (const cGH * restrict const cctkGH) { #ifdef CCTK_MPI -# if defined CARPET_CARPET +# if defined CARPET_CARPET || defined CARPETORIG_CARPET if (CCTK_IsThornActive ("Carpet")) { return CarpetMPIComm (); } @@ -1003,11 +1003,11 @@ if (n=0 && srcindi=0 && srcindj=0 && srcindk=0 && dstindi=0 && dstindj=0 && dstindk