WIP in using pinched grid for numerical aquifer

This commit is contained in:
Kai Bao
2020-12-06 00:23:34 +01:00
parent b6fdb7cc8e
commit 74f2fcd121
3 changed files with 6 additions and 4 deletions

View File

@@ -805,7 +805,7 @@ private:
// Discard the NNC if it is between active cell and inactive cell
std::ostringstream sstr;
sstr << "NNC between active and inactive cells ("
<< low << " -> " << high << ")";
<< low << " -> " << high << ") with globalcell is (" << c1 << "->" << c2 <<")";
Opm::OpmLog::warning(sstr.str());
continue;
}