Skip to content
Snippets Groups Projects
Commit 595c7fc1 authored by Matthieu Schaller's avatar Matthieu Schaller
Browse files

Applied formatting script

parent 70fa2165
No related branches found
No related tags found
1 merge request!1558Sync mhd canvas before is too late
...@@ -657,8 +657,7 @@ int main(int argc, char *argv[]) { ...@@ -657,8 +657,7 @@ int main(int argc, char *argv[]) {
/*extra_io_props=*/NULL, &fof_properties, /*los_properties=*/NULL, /*extra_io_props=*/NULL, &fof_properties, /*los_properties=*/NULL,
/*lightcone_properties=*/NULL, &ics_metadata); /*lightcone_properties=*/NULL, &ics_metadata);
engine_config(/*restart=*/0, /*fof=*/1, &e, params, nr_nodes, myrank, engine_config(/*restart=*/0, /*fof=*/1, &e, params, nr_nodes, myrank,
nr_threads, nr_threads, with_aff, talking, NULL, nr_threads, nr_threads, with_aff, talking, NULL, &reparttype);
&reparttype);
/* Get some info to the user. */ /* Get some info to the user. */
if (myrank == 0) { if (myrank == 0) {
......
...@@ -327,7 +327,7 @@ int clocks_random_seed(void) { ...@@ -327,7 +327,7 @@ int clocks_random_seed(void) {
const char *clocks_now(int swift) { const char *clocks_now(int swift) {
static char now[64]; static char now[64];
time_t tm = time(NULL); time_t tm = time(NULL);
struct tm* timeinfo = localtime(&tm); struct tm *timeinfo = localtime(&tm);
if (swift) { if (swift) {
strftime(now, 64, "%T %F %Z", timeinfo); strftime(now, 64, "%T %F %Z", timeinfo);
} else { } else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment