aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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;