Report first well whose connections are outside grid.

This commit is contained in:
Bård Skaflestad 2012-05-09 18:44:08 +02:00
parent 7d93097297
commit 7138e09a1f

View File

@ -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;