Skip to content

Commit 46559c5

Browse files
committed
Adressed review comments
1 parent 883b385 commit 46559c5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

opm/simulators/flow/python/PyOnePhaseSimulator.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020 Equinor ASA.
2+
Copyright 2025 Equinor ASA.
33
44
This file is part of the Open Porous Media project (OPM).
55

python/simulators/PyOnePhaseSimulator.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
Copyright 2020 Equinor ASA.
2+
Copyright 2025 Equinor ASA.
33
44
This file is part of the Open Porous Media project (OPM).
55
@@ -49,7 +49,7 @@ namespace Opm::Properties {
4949
getPropValue<TypeTag, Properties::EnableBrine>(),
5050
/*PVOffset=*/0,
5151
/*enabledCompIdx=*/FluidSystem::waterCompIdx,
52-
getPropValue<TypeTag, Properties::EnableMICP>()>;
52+
getPropValue<TypeTag, Properties::EnableBioeffects>()>;
5353
}; // struct Indices
5454

5555
} // namespace Opm::Properties
@@ -132,4 +132,4 @@ PYBIND11_MODULE(OnePhase, m)
132132
export_PyOnePhaseSimulator(m);
133133
}
134134

135-
} // namespace Opm::Pybind
135+
} // namespace Opm::Pybind

0 commit comments

Comments
 (0)