moved initialization of primary's to header, fixed rebase

This commit is contained in:
Pål Grønås Drange
2016-05-03 10:04:30 +02:00
parent 5a7dcc5427
commit 3a3ec10649
2 changed files with 5 additions and 13 deletions

View File

@@ -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;