Skip to content
Snippets Groups Projects
Commit 4a510312 authored by Ned Coltman's avatar Ned Coltman
Browse files

Forgot to change the code reference in the markdown. Fixed.

parent ad0a81a5
No related branches found
No related tags found
No related merge requests found
...@@ -106,7 +106,7 @@ private: ...@@ -106,7 +106,7 @@ private:
* Uncomment second line and comment first line for using the compressible component * Uncomment second line and comment first line for using the compressible component
*/ */
using LiquidMyComponentPhase = typename FluidSystems::OnePLiquid<Scalar, MyIncompressibleComponent<Scalar> >; using LiquidMyComponentPhase = typename FluidSystems::OnePLiquid<Scalar, MyIncompressibleComponent<Scalar> >;
// using LiquidMyComponent = typename FluidSystems::OnePLiquid<Scalar, MyCompressibleComponent<Scalar> >; // using LiquidMyComponentPhase = typename FluidSystems::OnePLiquid<Scalar, MyCompressibleComponent<Scalar> >;
public: public:
using type = typename FluidSystems::TwoPImmiscible<Scalar, LiquidWaterPhase, LiquidMyComponentPhase>; using type = typename FluidSystems::TwoPImmiscible<Scalar, LiquidWaterPhase, LiquidMyComponentPhase>;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment