Skip to content
Snippets Groups Projects
Commit d694585f authored by Melanie Lipp's avatar Melanie Lipp Committed by Timo Koch
Browse files

[test][freeflow] Remove function shouldWriteRestartFile.

parent 3c90c74f
No related branches found
No related tags found
1 merge request!1411Fix calculation of L2 error in angeli test
......@@ -110,16 +110,6 @@ public:
kinematicViscosity_ = getParam<Scalar>("Component.LiquidKinematicViscosity", 1.0);
}
/*!
* \name Problem parameters
*/
// \{
bool shouldWriteRestartFile() const
{
return false;
}
void postTimeStep(const SolutionVector& curSol) const
{
if(printL2Error_)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment