From be05e1cd1f14906f39e76a052f7e8cbe9fc2a49e Mon Sep 17 00:00:00 2001 From: Josh Borrow <joshua.borrow@durham.ac.uk> Date: Mon, 2 Sep 2019 15:38:05 +0100 Subject: [PATCH] Fixes reading test that was missing argument --- tests/testReading.c | 1 + tests/testSelectOutput.c | 1 + 2 files changed, 2 insertions(+) diff --git a/tests/testReading.c b/tests/testReading.c index 47f8d0dfdc..f1013d50df 100644 --- a/tests/testReading.c +++ b/tests/testReading.c @@ -57,6 +57,7 @@ int main(int argc, char *argv[]) { /*with_gravity=*/1, /*with_stars=*/0, /*with_black_holes=*/0, + /*with_cosmology=*/0, /*cleanup_h=*/0, /*cleanup_sqrt_a=*/0, /*h=*/1., /*a=*/1., /*n_threads=*/1, /*dry_run=*/0); diff --git a/tests/testSelectOutput.c b/tests/testSelectOutput.c index 9797406d91..4ede910ab9 100644 --- a/tests/testSelectOutput.c +++ b/tests/testSelectOutput.c @@ -118,6 +118,7 @@ int main(int argc, char *argv[]) { /*with_gravity=*/0, /*with_stars=*/0, /*with_black_holes=*/0, + /*with_cosmology=*/0, /*cleanup_h=*/0, /*cleanup_sqrt_a=*/0, /*h=*/1., /*a=*/1., /*n_threads=*/1, /*dry_run=*/0); -- GitLab