diff --git a/opm/core/wells/WellsManager_impl.hpp b/opm/core/wells/WellsManager_impl.hpp index 9297000de..8d5e205be 100644 --- a/opm/core/wells/WellsManager_impl.hpp +++ b/opm/core/wells/WellsManager_impl.hpp @@ -226,9 +226,9 @@ void WellsManager::createWellsFromSpecs(std::vector& wells, size_t // Check that the complete well is on this process if ( sum_completions_on_proc < completionSet->size() ) { - std::cout<< "Well "<< well->name() << " semms not be in " + std::cout<< "Well "<< well->name() << " does not seem to be" << "completely in the disjoint partition of " - << "process deactivating here." << std::endl; + << "process. Therefore we deactivate it here." << std::endl; // Mark well as not existent on this process wells_on_proc[wellIter-wells.begin()] = 0; wellperf_data[well_index].clear();