From a9ad0cd8a73b4f58bb0941f181d9dd9d6584974a Mon Sep 17 00:00:00 2001 From: goodale Date: Mon, 17 May 2004 12:28:57 +0000 Subject: Untabified. Please try to adhere to the Cactus coding guidelines when modifying or adding files. git-svn-id: http://svn.einsteintoolkit.org/cactus/EinsteinBase/StaticConformal/trunk@21 0cbbb82d-14ec-4423-a1fb-2ab18257ecaa --- src/ConfPhys.c | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/src/ConfPhys.c b/src/ConfPhys.c index 23ff5a8..029f386 100644 --- a/src/ConfPhys.c +++ b/src/ConfPhys.c @@ -97,15 +97,15 @@ CCTK_FILEVERSION(CactusEinstein_StaticConformal_ConfPhys_c) @@*/ void StaticConf_ConfToPhysInPlace (CCTK_INT const nx, - CCTK_INT const ny, - CCTK_INT const nz, - const CCTK_REAL * restrict const psi, - CCTK_REAL * restrict const gxx, - CCTK_REAL * restrict const gxy, - CCTK_REAL * restrict const gxz, - CCTK_REAL * restrict const gyy, - CCTK_REAL * restrict const gyz, - CCTK_REAL * restrict const gzz) + CCTK_INT const ny, + CCTK_INT const nz, + const CCTK_REAL * restrict const psi, + CCTK_REAL * restrict const gxx, + CCTK_REAL * restrict const gxy, + CCTK_REAL * restrict const gxz, + CCTK_REAL * restrict const gyy, + CCTK_REAL * restrict const gyz, + CCTK_REAL * restrict const gzz) { CCTK_REAL psi4; int index; @@ -184,15 +184,15 @@ void StaticConf_ConfToPhysInPlace (CCTK_INT const nx, @@*/ void StaticConf_PhysToConfInPlace (CCTK_INT const nx, - CCTK_INT const ny, - CCTK_INT const nz, - const CCTK_REAL * restrict const psi, - CCTK_REAL * restrict const gxx, - CCTK_REAL * restrict const gxy, - CCTK_REAL * restrict const gxz, - CCTK_REAL * restrict const gyy, - CCTK_REAL * restrict const gyz, - CCTK_REAL * restrict const gzz) + CCTK_INT const ny, + CCTK_INT const nz, + const CCTK_REAL * restrict const psi, + CCTK_REAL * restrict const gxx, + CCTK_REAL * restrict const gxy, + CCTK_REAL * restrict const gxz, + CCTK_REAL * restrict const gyy, + CCTK_REAL * restrict const gyz, + CCTK_REAL * restrict const gzz) { int index; CCTK_REAL psi4; -- cgit v1.2.3