mirror of
https://github.com/OPM/opm-simulators.git
synced 2024-12-30 11:06:55 -06:00
Fix parallell run
This commit is contained in:
parent
69c608829f
commit
b452d16f46
@ -45,13 +45,13 @@ namespace Opm {
|
||||
// has to be set always for the convergence check!
|
||||
global_nc_ = global_nc;
|
||||
|
||||
phase_usage_ = phase_usage_arg;
|
||||
active_ = active_arg;
|
||||
|
||||
if ( ! localWellsActive() ) {
|
||||
return;
|
||||
}
|
||||
|
||||
phase_usage_ = phase_usage_arg;
|
||||
active_ = active_arg;
|
||||
|
||||
calculateEfficiencyFactors();
|
||||
|
||||
#ifndef NDEBUG
|
||||
|
Loading…
Reference in New Issue
Block a user