moved initialization of primary's to header, fixed rebase
This commit is contained in:
@@ -43,8 +43,8 @@ namespace Opm {
|
||||
private:
|
||||
void initRestartKW(const Deck& deck);
|
||||
|
||||
bool m_restartRequested;
|
||||
int m_restartStep;
|
||||
bool m_restartRequested = false;
|
||||
int m_restartStep = 0;
|
||||
std::string m_restartRootName;
|
||||
|
||||
Equil equil;
|
||||
|
||||
Reference in New Issue
Block a user