mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -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.
|
||||
if( !wellsActive() ) return ;
|
||||
|
||||
#if HAVE_OPENMP
|
||||
#endif // HAVE_OPENMP
|
||||
wellhelpers::WellSwitchingLogger logger;
|
||||
|
||||
for (const auto& well : well_container_) {
|
||||
|
Loading…
Reference in New Issue
Block a user