Add explicit to one argument Schedule constructor
This commit is contained in:
@@ -118,7 +118,7 @@ namespace Opm
|
||||
using VFPInjMap = std::map<int, DynamicState<std::shared_ptr<VFPInjTable>>>;
|
||||
|
||||
Schedule() = default;
|
||||
Schedule(std::shared_ptr<const Python>) {}
|
||||
explicit Schedule(std::shared_ptr<const Python>) {}
|
||||
Schedule(const Deck& deck,
|
||||
const EclipseGrid& grid,
|
||||
const FieldPropsManager& fp,
|
||||
|
||||
Reference in New Issue
Block a user