From 4bfc9219578cd1f31b6fd0acb4984e5ac8ce1f2f Mon Sep 17 00:00:00 2001 From: Markus Blatt Date: Tue, 27 Oct 2015 14:26:01 +0100 Subject: [PATCH] Fix grammar and spelling in warning. --- opm/core/wells/WellsManager_impl.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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();