Merge pull request #746 from atgeirr/minor-fixes
Two small but critical fixes
This commit is contained in:
commit
a9775f6945
@ -19,6 +19,7 @@
|
||||
#include "EclFile.hpp"
|
||||
#include "EclUtil.hpp"
|
||||
|
||||
#include <array>
|
||||
#include <functional>
|
||||
#include <string>
|
||||
#include <string.h>
|
||||
|
@ -19,6 +19,7 @@
|
||||
#ifndef ECL_UTIL_HPP
|
||||
#define ECL_UTIL_HPP
|
||||
|
||||
#include <string>
|
||||
#include <tuple>
|
||||
#include <examples/test_util/data/EclIOdata.hpp>
|
||||
|
||||
|
@ -67,6 +67,7 @@ namespace Opm {
|
||||
else
|
||||
cmode = wp::ControlModeFromString( cmodeItem.getTrimmedString( 0 ) );
|
||||
|
||||
m_productionControls = 0;
|
||||
if (effectiveHistoryProductionControl(cmode)) {
|
||||
this->addProductionControl( cmode );
|
||||
this->controlMode = cmode;
|
||||
|
Loading…
Reference in New Issue
Block a user