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

[test][freeflow] Remove unused function sourceAtPos.

parent 6fae9dc3
No related branches found
No related tags found
1 merge request!1411Fix calculation of L2 error in angeli test
......@@ -146,17 +146,6 @@ public:
Scalar temperature() const
{ return 298.0; }
/*!
* \brief Returns the sources within the domain.
*
* \param globalPos The global position
*/
NumEqVector sourceAtPos(const GlobalPosition &globalPos) const
{
return NumEqVector(0.0);
}
// \}
/*!
* \name Boundary conditions
......
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