Skip to content

Check for valid Riemann solver selection in configure when using gizmo-* or shadowfax.

Bert Vandenbroucke requested to merge riemann-solver-config-check into master

Since the default Riemann solver is none, configuring with --with-hydro=gizmo-*/shadowfax and without --with-riemann causes a compilation error. We can do slightly better than that by already throwing an error during configure.

Merge request reports