mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
Make CommunicateAbove constructor explicit.
This commit is contained in:
@@ -51,7 +51,7 @@ class CommunicateAbove
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
public:
|
public:
|
||||||
CommunicateAbove(const Communication& comm);
|
explicit CommunicateAbove(const Communication& comm);
|
||||||
/// \brief Adds information about the ecl indices of the perforations.
|
/// \brief Adds information about the ecl indices of the perforations.
|
||||||
///
|
///
|
||||||
/// \warning Theses indices need to be push in the same order as they
|
/// \warning Theses indices need to be push in the same order as they
|
||||||
|
|||||||
Reference in New Issue
Block a user