aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgoodale <goodale@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2004-05-17 12:28:57 +0000
committergoodale <goodale@0cbbb82d-14ec-4423-a1fb-2ab18257ecaa>2004-05-17 12:28:57 +0000
commita9ad0cd8a73b4f58bb0941f181d9dd9d6584974a (patch)
tree5f33f14a6da238b3540eebcafe67a7f97f2fd25b
parent167567e5b54492965d02b94976f48ca60524bc73 (diff)
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
-rw-r--r--src/ConfPhys.c36
1 files 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;