Report first well whose connections are outside grid.
This commit is contained in:
parent
7d93097297
commit
7138e09a1f
@ -280,7 +280,7 @@ namespace Opm
|
||||
cartesian_to_compressed.find(cart_grid_indx);
|
||||
if (cgit == cartesian_to_compressed.end()) {
|
||||
THROW("Cell with i,j,k indices " << ix << ' ' << jy << ' '
|
||||
<< kz << " not found in grid!");
|
||||
<< kz << " not found in grid (well = " << name << ')');
|
||||
}
|
||||
int cell = cgit->second;
|
||||
PerfData pd;
|
||||
|
Loading…
Reference in New Issue
Block a user