mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
WIP in using pinched grid for numerical aquifer
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user