fix some unknown pragma warnings if OpenMP is not enabled

This commit is contained in:
Andreas Lauser
2017-10-11 16:32:34 +02:00
parent 017ce16f5d
commit ceefb61c4a
3 changed files with 22 additions and 0 deletions

View File

@@ -560,6 +560,8 @@ namespace Opm {
// we simply return.
if( !wellsActive() ) return ;
#if HAVE_OPENMP
#endif // HAVE_OPENMP
wellhelpers::WellSwitchingLogger logger;
for (const auto& well : well_container_) {