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 6a7c6cfeb0
commit 8909664bd7

View File

@ -280,7 +280,7 @@ namespace Opm
cartesian_to_compressed.find(cart_grid_indx); cartesian_to_compressed.find(cart_grid_indx);
if (cgit == cartesian_to_compressed.end()) { if (cgit == cartesian_to_compressed.end()) {
THROW("Cell with i,j,k indices " << ix << ' ' << jy << ' ' 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; int cell = cgit->second;
PerfData pd; PerfData pd;