mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
adapt changes to relpermDiagnostics.
This commit is contained in:
@@ -574,7 +574,7 @@ namespace Opm
|
||||
void runDiagnostics()
|
||||
{
|
||||
// Run relperm diagnostics
|
||||
RelpermDiagnostics diagnostic(logFile_);
|
||||
RelpermDiagnostics diagnostic;
|
||||
diagnostic.diagnosis(eclipse_state_, deck_, grid_init_->grid());
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user