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
+2 -2
View File
@@ -336,9 +336,9 @@ public:
}
/*!
* \copydoc VcfvProblem::postTimeStep
* \copydoc VcfvProblem::endTimeStep
*/
void postTimeStep()
void endTimeStep()
{
// Calculate storage terms
PrimaryVariables storageL, storageG;