Fix grammar and spelling in warning.

This commit is contained in:
Markus Blatt 2015-10-27 14:26:01 +01:00
parent 02df6dd963
commit 4bfc921957

View File

@ -226,9 +226,9 @@ void WellsManager::createWellsFromSpecs(std::vector<WellConstPtr>& wells, size_t
// Check that the complete well is on this process // Check that the complete well is on this process
if ( sum_completions_on_proc < completionSet->size() ) 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 " << "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 // Mark well as not existent on this process
wells_on_proc[wellIter-wells.begin()] = 0; wells_on_proc[wellIter-wells.begin()] = 0;
wellperf_data[well_index].clear(); wellperf_data[well_index].clear();