Fixed bug in HLLC Riemann solver flux calculation.
Compare changes
+ 4
− 2
@@ -145,11 +145,13 @@ __attribute__((always_inline)) INLINE static void riemann_solve_for_flux(
This fixes #216 (closed) (again, but now all cases).
I basically overlooked a tiny detail in the real GIZMO and changed the order of some operations that cannot be interchanged. Square test is now verified to work with all 3 possible Riemann solvers.