Skip to content
Snippets Groups Projects
Commit b250a826 authored by Kilian Weishaupt's avatar Kilian Weishaupt
Browse files

[freeflow][test] Fix typo in test_donea

parent cdfcf22c
No related branches found
No related tags found
Loading
...@@ -376,7 +376,7 @@ private: ...@@ -376,7 +376,7 @@ private:
*/ */
void createAnalyticalSolution_() void createAnalyticalSolution_()
{ {
analyticalPressure_.resize(this->fvGridGeometry().numCellCenterDofs())); analyticalPressure_.resize(this->fvGridGeometry().numCellCenterDofs());
analyticalVelocity_.resize(this->fvGridGeometry().numCellCenterDofs()); analyticalVelocity_.resize(this->fvGridGeometry().numCellCenterDofs());
......
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