aboutsummaryrefslogtreecommitdiff
path: root/src/Startup.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/Startup.c')
-rw-r--r--src/Startup.c6
1 files changed, 4 insertions, 2 deletions
diff --git a/src/Startup.c b/src/Startup.c
index bd1cdb9..2faf55a 100644
--- a/src/Startup.c
+++ b/src/Startup.c
@@ -31,7 +31,9 @@ int StreamedHDF5_TimeFor(cGH *GH, int);
int StreamedHDF5_OutputVarAs(cGH *GH, const char *var, const char *alias);
/* local function prototypes */
-static void *StreamedHDF5_SetupGH (tFleshConfig *config, int convergence_level, cGH *GH);
+static void *StreamedHDF5_SetupGH (tFleshConfig *config,
+ int convergence_level,
+ cGH *GH);
static int StreamedHDF5_InitGH (cGH *GH);
@@ -198,7 +200,7 @@ static int StreamedHDF5_InitGH (cGH *GH)
myGH->out_every = out_every > 0 ? out_every : -1;
if (outHDF5_every > 0)
myGH->out_every = outHDF5_every;
- ParseVarsForOutput(myGH, out_vars);
+ ParseVarsForOutput (myGH, out_vars);
for (i = 0; i < CCTK_NumVars (); i++)
myGH->out_last [i] = -1;