From c6ac070b4fff96e9b5929a93cc289e85b1e098ae Mon Sep 17 00:00:00 2001 From: Tor Harald Sandve Date: Tue, 18 Aug 2015 13:34:00 +0200 Subject: [PATCH] Remove print() --- .../Grid/SatfuncPropertyInitializers.hpp | 31 ------------------- 1 file changed, 31 deletions(-) diff --git a/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp b/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp index 5321705ad..4b565f820 100644 --- a/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp +++ b/opm/parser/eclipse/EclipseState/Grid/SatfuncPropertyInitializers.hpp @@ -35,8 +35,6 @@ #include #include - - #include namespace Opm { @@ -61,35 +59,6 @@ public: enum SaturationFunctionFamily { noFamily = 0, FamilyI = 1, FamilyII = 2}; - void print() const - { - auto tabdims = this->m_eclipseState.getTabdims(); - int numSatTables = tabdims->getNumSatTables(); - for (int tableIdx = 0; tableIdx < numSatTables; ++tableIdx) { - std::cout << "sgc " << this->m_criticalGasSat[tableIdx] << "\n" - << "swc " << this->m_criticalWaterSat[tableIdx] << "\n" - << "sowc " << this->m_criticalOilOWSat[tableIdx] << "\n" - << "sogc " << this->m_criticalOilOGSat[tableIdx] << "\n" - - << "sg_min " << this->m_minGasSat[tableIdx] << "\n" - << "sg_max " << this->m_maxGasSat[tableIdx] << "\n" - << "sw_min " << this->m_minWaterSat[tableIdx] << "\n" - << "sw_max " << this->m_maxWaterSat[tableIdx] << "\n" - - << "Pcow_max " << this->m_maxPcow[tableIdx] << "\n" - << "Pcog_max " << this->m_maxPcog[tableIdx] << "\n" - - << "Krw_max " << this->m_maxKrw[tableIdx] << "\n" - << "Krw_r " << this->m_krwr[tableIdx] << "\n" - << "Kro_max " << this->m_maxKro[tableIdx] << "\n" - << "Krorw " << this->m_krorw[tableIdx] << "\n" - << "Krorg " << this->m_krorg[tableIdx] << "\n" - << "Krg_max " << this->m_maxKrg[tableIdx] << "\n" - << "Krg_r " << this->m_krgr[tableIdx] << "\n"; - } - - } - /* See the "Saturation Functions" chapter in the Eclipse Technical Description; there are several alternative families of keywords