mirror of
https://github.com/OPM/ResInsight.git
synced 2026-09-03 20:53:13 -05:00
#1787 Removing code for returning cumulative inflow, only used for testing
This commit is contained in:
@@ -277,8 +277,6 @@ void RigNumberOfFloodedPoreVolumesCalculator::calculate(RigMainGrid* mainGrid,
|
||||
m_cumWinflowPVAllTimeSteps.push_back(cumWinflowPV);
|
||||
}
|
||||
|
||||
//TODO: Only for testing
|
||||
m_cellQwInAtAllTimeSteps = cellQwInAtAllTimeSteps;
|
||||
}
|
||||
|
||||
//--------------------------------------------------------------------------------------------------
|
||||
|
||||
@@ -41,10 +41,6 @@ public:
|
||||
const std::vector<std::vector<double>>& numberOfFloodedPorevolumes() const;
|
||||
const std::vector<double>& numberOfFloodedPorevolumesAtTimeStep(size_t timeStep) const;
|
||||
|
||||
//TODO: remove, only for testing
|
||||
const std::vector<std::vector<double>>& cumInflow() const { return m_cellQwInAtAllTimeSteps; }
|
||||
|
||||
|
||||
|
||||
private:
|
||||
void calculate(RigMainGrid* mainGrid,
|
||||
@@ -76,9 +72,5 @@ private:
|
||||
|
||||
private:
|
||||
std::vector<std::vector<double>> m_cumWinflowPVAllTimeSteps;
|
||||
|
||||
//TODO: remove, only for testing
|
||||
std::vector<std::vector<double>> m_cellQwInAtAllTimeSteps;
|
||||
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user