mirror of
https://github.com/OPM/opm-simulators.git
synced 2026-08-08 14:18:05 -05:00
problems: fix some rename-fallout for the postTimeStep() to endTimeStep() drive
This commit is contained in:
@@ -336,9 +336,9 @@ public:
|
||||
}
|
||||
|
||||
/*!
|
||||
* \copydoc VcfvProblem::postTimeStep
|
||||
* \copydoc VcfvProblem::endTimeStep
|
||||
*/
|
||||
void postTimeStep()
|
||||
void endTimeStep()
|
||||
{
|
||||
// Calculate storage terms
|
||||
PrimaryVariables storageL, storageG;
|
||||
|
||||
Reference in New Issue
Block a user