mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 13:33:28 -06:00
make the constructor as explicit.
This commit is contained in:
parent
db103c7868
commit
4d4051ea2b
@ -47,7 +47,7 @@ namespace Opm {
|
|||||||
public:
|
public:
|
||||||
|
|
||||||
///Constructor for OpmLog.
|
///Constructor for OpmLog.
|
||||||
RelpermDiagnostics(std::string& logFile);
|
explicit RelpermDiagnostics(std::string& logFile);
|
||||||
|
|
||||||
///This function is used to diagnosis relperm in
|
///This function is used to diagnosis relperm in
|
||||||
///eclipse data file. Errors and warings will be
|
///eclipse data file. Errors and warings will be
|
||||||
|
Loading…
Reference in New Issue
Block a user