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

Test also cases where H!=0 in the symmtery test.

parent 0d97f24a
Branches
Tags
1 merge request!509Cosmological time integration
...@@ -43,7 +43,7 @@ void test() { ...@@ -43,7 +43,7 @@ void test() {
/* Start with some values for the cosmological paramters */ /* Start with some values for the cosmological paramters */
const float a = (float)random_uniform(0.8, 1.); const float a = (float)random_uniform(0.8, 1.);
const float H = 0.f; const float H = 1.f;
/* Create two random particles (don't do this at home !) */ /* Create two random particles (don't do this at home !) */
struct part pi, pj; struct part pi, pj;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment