problems: fix some rename-fallout for the postTimeStep() to endTimeStep() drive

This commit is contained in:
Andreas Lauser
2014-07-17 16:54:05 +02:00
parent 899f25a40a
commit 99779a52e8
6 changed files with 23 additions and 11 deletions

View File

@@ -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) {