Skip to content

Commit

Permalink
Merge pull request #274 from nglaser3/issue_fixes
Browse files Browse the repository at this point in the history
Fix Issue 271
  • Loading branch information
smpark7 authored Jun 14, 2024
2 parents 6df5da7 + ad373db commit fb60165
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 fb60165

Please sign in to comment.