arfc / moltres

Repository for Moltres, a code for simulating Molten Salt Reactors
GNU Lesser General Public License v2.1
66 stars 41 forks source link

Fix Issue 271 #274

Closed nglaser3 closed 3 months ago

nglaser3 commented 3 months ago

Summary of Changes

Added override keyword to computeQpOffDiagJacobian in INSBoussinesqBodyForce, addressing warning generated during compiling. Compiled with fix, no warnings generated, and all tests pass.

Type of Change(s)

Associated Issues

smpark7 commented 3 months ago

@nglaser3 Looks good. I'll approve and merge once the CI tests pass.