Skip to content

Commit

Permalink
Merge pull request #97 from gerlero/reactions
Browse files Browse the repository at this point in the history
Update reactions
  • Loading branch information
gerlero authored Jan 16, 2024
2 parents 04c0a7a + 535e424 commit 9f11c0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libraries/reactions/defaultReaction/defaultReaction.H
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ public:
const dictionary& reactionDict
);

virtual tmp<volScalarField> kf() const override;
virtual tmp<volScalarField> kr() const override;
tmp<volScalarField> kf() const override;
tmp<volScalarField> kr() const override;

private:
const fvMesh& mesh_;
Expand Down

0 comments on commit 9f11c0d

Please sign in to comment.