cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

Fix MHD Configuration checks #319

Closed bcaddy closed 10 months ago

bcaddy commented 10 months ago
  1. There were or statements when it should have been and in the Check_Configuration function.
  2. Check_Configuration was only checking that the VL integrator was used and the SIMPLE integrator wasn't in MHD builds. Expanded that check to make sure the CTU integrator isn't being used either.