Skip to content

Commit

Permalink
Address Issue #271, all tests pass
Browse files Browse the repository at this point in the history
  • Loading branch information
nglaser3 committed Jun 13, 2024
1 parent 5f18073 commit ad373db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/kernels/INSBoussinesqBodyForce.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class INSBoussinesqBodyForce : public Kernel
protected:
virtual Real computeQpResidual() override;
virtual Real computeQpJacobian() override;
virtual Real computeQpOffDiagJacobian(unsigned jvar);
virtual Real computeQpOffDiagJacobian(unsigned jvar) override;

// Parameters
const VariableValue & _T;
Expand Down

0 comments on commit ad373db

Please sign in to comment.