mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
Make CommunicateAbove constructor explicit.
This commit is contained in:
parent
0126243f02
commit
c5dd4f4533
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user