mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Made NoMixing a class.
For uniformity with its sibling classes.
This commit is contained in:
parent
37635c9b58
commit
865469129f
@ -41,7 +41,7 @@ namespace Opm
|
|||||||
class DensityCalculator< BlackoilPropertiesInterface >;
|
class DensityCalculator< BlackoilPropertiesInterface >;
|
||||||
|
|
||||||
namespace Miscibility {
|
namespace Miscibility {
|
||||||
struct NoMixing;
|
class NoMixing;
|
||||||
class RsVD;
|
class RsVD;
|
||||||
class RsSatAtContact;
|
class RsSatAtContact;
|
||||||
}
|
}
|
||||||
@ -156,7 +156,8 @@ namespace Opm
|
|||||||
/**
|
/**
|
||||||
* Type that implements "no phase mixing" policy.
|
* Type that implements "no phase mixing" policy.
|
||||||
*/
|
*/
|
||||||
struct NoMixing {
|
class NoMixing {
|
||||||
|
public:
|
||||||
/**
|
/**
|
||||||
* Function call.
|
* Function call.
|
||||||
*
|
*
|
||||||
|
Loading…
Reference in New Issue
Block a user