Skip to content

Commit

Permalink
Update reactions
Browse files Browse the repository at this point in the history
  • Loading branch information
gerlero committed Jan 16, 2024
1 parent a2e12d9 commit 72a2e5b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions libraries/reactions/reaction/reaction.H
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,6 @@ public:
void operator=(const reaction&) = delete;

protected:
List<reaction::speciesCoeffs> lhs_;
List<reaction::speciesCoeffs> rhs_;

dimensionSet YDimensions(const basicMultiComponentMixture& composition) const;
dimensionSet kfDimensions(const dimensionSet& dimY) const;
dimensionSet krDimensions(const dimensionSet& dimY) const;
Expand All @@ -78,6 +75,9 @@ protected:
);

private:
List<reaction::speciesCoeffs> lhs_;
List<reaction::speciesCoeffs> rhs_;

reaction(Pair<List<reaction::speciesCoeffs>> lrhs);

scalar forwardOrder() const noexcept;
Expand Down

0 comments on commit 72a2e5b

Please sign in to comment.