mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
remove a useless #if HAVE_OPENMP in BlackoilWellModel
This commit is contained in:
parent
5a5c1bfcd3
commit
cf2eb1c336
@ -844,8 +844,6 @@ namespace Opm {
|
|||||||
// we simply return.
|
// we simply return.
|
||||||
if( !wellsActive() ) return ;
|
if( !wellsActive() ) return ;
|
||||||
|
|
||||||
#if HAVE_OPENMP
|
|
||||||
#endif // HAVE_OPENMP
|
|
||||||
wellhelpers::WellSwitchingLogger logger;
|
wellhelpers::WellSwitchingLogger logger;
|
||||||
|
|
||||||
for (const auto& well : well_container_) {
|
for (const auto& well : well_container_) {
|
||||||
|
Loading…
Reference in New Issue
Block a user