mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-18 21:43:27 -06:00
Fix grammar and spelling in warning.
This commit is contained in:
parent
02df6dd963
commit
4bfc921957
@ -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();
|
||||||
|
Loading…
Reference in New Issue
Block a user