PrincetonUniversity / athena

Athena++ radiation GRMHD code and adaptive mesh refinement (AMR) framework
https://www.athena-astro.app
BSD 3-Clause "New" or "Revised" License
226 stars 122 forks source link

Fix bug specifying uov output #440

Closed kahoooo closed 2 years ago

kahoooo commented 2 years ago

Prerequisite checklist

Please review the CONTRIBUTING.md file for detailed guidelines.

Description

Closes #436

Testing and validation

Tested on my machine with problem linear_wave configured as followed: python configure.py --prob=linear_wave --cxx=clang++ --cflag='-arch arm64' -debug -hdf5 Edited athinput.linear_wave1d, added hdf5 output and ,uov to variable. Code runs without producing error and the uov is output as intended.