Removed unused function tracking first RFT.

This commit is contained in:
Joakim Hove
2017-09-28 08:38:55 +02:00
parent 0f211bd2c1
commit f82a6fd281
4 changed files with 0 additions and 43 deletions

View File

@@ -27,7 +27,6 @@ namespace Opm {
class Deck;
class GRIDSection;
class RUNSPECSection;
class Schedule;
/*The IOConfig class holds data about input / ouput configurations
@@ -119,7 +118,6 @@ namespace Opm {
explicit IOConfig( const std::string& input_path );
int getFirstRFTStep() const;
bool getWriteEGRIDFile() const;
bool getWriteINITFile() const;
bool getUNIFOUT() const;
@@ -147,7 +145,6 @@ namespace Opm {
std::string fullBasePath( ) const;
bool initOnly() const;
void initFirstRFTOutput(const Schedule& schedule);
// Proxy methods forwarding directly to corresponding RestartConfig
bool getWriteRestartFile(size_t timestep) const;
@@ -163,7 +160,6 @@ namespace Opm {
bool m_FMTIN = false;
bool m_FMTOUT = false;
int m_first_restart_step;
int m_first_rft_step;
std::string m_deck_filename;
bool m_output_enabled = true;
std::string m_output_dir;