mirror of
https://github.com/OPM/opm-simulators.git
synced 2025-02-25 18:55:30 -06:00
problems: fix some rename-fallout for the postTimeStep() to endTimeStep() drive
This commit is contained in:
@@ -231,9 +231,9 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::postTimeStep
|
||||
* \copydoc VcfvProblem::endTimeStep
|
||||
*/
|
||||
void postTimeStep()
|
||||
void endTimeStep()
|
||||
{
|
||||
// Calculate storage terms of the individual phases
|
||||
for (int phaseIdx = 0; phaseIdx < numPhases; ++phaseIdx) {
|
||||
|
||||
Reference in New Issue
Block a user