mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-14 20:03:26 -06:00
Extract UDQ eval to separate function call
This commit is contained in:
parent
25c8a219a5
commit
c7b68482f3
@ -47,6 +47,7 @@
|
||||
#include <opm/output/eclipse/Summary.hpp>
|
||||
#include <opm/parser/eclipse/Units/UnitSystem.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/Action/State.hpp>
|
||||
#include <opm/parser/eclipse/EclipseState/Schedule/UDQ/UDQConfig.hpp>
|
||||
|
||||
#include <opm/simulators/utils/ParallelRestart.hpp>
|
||||
#include <opm/grid/GridHelpers.hpp>
|
||||
@ -314,6 +315,10 @@ public:
|
||||
miscSummaryData,
|
||||
regionData,
|
||||
blockData);
|
||||
|
||||
const auto& udq_config = schedule().getUDQConfig(reportStepNum);
|
||||
udq_config.eval( summaryState() );
|
||||
|
||||
buffer = summaryState().serialize();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user