Skip to content

Commit

Permalink
Merge pull request #26989 from cpgr/pfv
Browse files Browse the repository at this point in the history
Make checkVariables() virtual
  • Loading branch information
cpgr authored Mar 6, 2024
2 parents f963789 + 01af1ca commit 1ad9fc4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -395,7 +395,7 @@ class PorousFlowBrineCO2 : public PorousFlowFluidStateMultiComponentBase

protected:
/// Check the input variables
void checkVariables(Real pressure, Real temperature) const;
virtual void checkVariables(Real pressure, Real temperature) const;

/**
* Cubic function to smoothly interpolate between the low temperature and elevated
Expand Down

0 comments on commit 1ad9fc4

Please sign in to comment.