mark constructors explicit

This commit is contained in:
Arne Morten Kvarving
2025-01-21 10:54:54 +01:00
parent 990c3f0248
commit 6d964c1370
145 changed files with 184 additions and 181 deletions

View File

@@ -106,7 +106,7 @@ END
{
LogFixture() : LogFixture { deck() } {}
LogFixture(const Opm::Deck& deck)
explicit LogFixture(const Opm::Deck& deck)
: eclState { deck }
, schedule { deck, eclState }
{