diff --git a/opm/core/wells/WellsManager_impl.hpp b/opm/core/wells/WellsManager_impl.hpp index 199adb90..ac2fd903 100644 --- a/opm/core/wells/WellsManager_impl.hpp +++ b/opm/core/wells/WellsManager_impl.hpp @@ -159,8 +159,9 @@ void WellsManager::createWellsFromSpecs(std::vector& wells, size_t } else { - OPM_THROW(std::runtime_error, "Cell with i,j,k indices " << i << ' ' << j << ' ' - << k << " not found in grid (well = " << well->name() << ')'); + OPM_MESSAGE("****Warning: Cell with i,j,k indices " << i << ' ' << j << ' ' + << k << " not found in grid. The completion will be igored (well = " + << well->name() << ')'); } } else