mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-11-22 17:26:27 -06:00
Improves NNC error message.
This commit is contained in:
parent
51b8d9acb1
commit
c0b871a38a
@ -469,7 +469,7 @@ void distributeGridAndData( Dune::CpGrid& grid,
|
||||
{
|
||||
OPM_THROW(std::runtime_error, "NNCs not yet supported for parallel runs. "
|
||||
<< UgGridHelpers::numFaces(grid) << " faces but " <<
|
||||
threshold_pressures.size()<<" pressure values");
|
||||
threshold_pressures.size()<<" threshold pressure values");
|
||||
}
|
||||
distributed_pressures.resize(UgGridHelpers::numFaces(grid));
|
||||
ThresholdPressureDataHandle press_handle(global_grid, grid,
|
||||
|
Loading…
Reference in New Issue
Block a user