Fix a(t) in cosmo
Compare changes
+ 29
− 18
@@ -374,31 +374,45 @@ void cosmology_init_tables(struct cosmology *c) {
@@ -672,9 +686,6 @@ double cosmology_get_delta_time(const struct cosmology *c,
I am glad to have made this overflow because I found another bug. Now we have a good accuracy (about 1e-8) with this method :)
I have made some changes in order to make the code more easy to read and understand
Fixes #450 (closed).