Skip to content

Added check to see if a_begin < a_end

Josh Borrow requested to merge add_cosmology_check into master

Added a small check for this. If a_begin > a_end, we get a bit of a nasty crash, and if a_begin == a_end, we hang because there is no time-step hierarchy (dt_min and dt_max get set to NaNs).

Merge request reports