remove a useless #if HAVE_OPENMP in BlackoilWellModel

This commit is contained in:
Kai Bao 2018-11-14 12:47:49 +01:00
parent 5a5c1bfcd3
commit cf2eb1c336

View File

@ -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_) {