Skip to content
Snippets Groups Projects
Commit b5f7fd2c authored by Christoph Lehmann's avatar Christoph Lehmann
Browse files

[PL] fixed assertion

parent a360e54c
No related branches found
No related tags found
No related merge requests found
...@@ -125,7 +125,7 @@ public: ...@@ -125,7 +125,7 @@ public:
std::vector<double> const& std::vector<double> const&
getIntPtDarcyVelocityX(std::vector<double>& /*cache*/) const override getIntPtDarcyVelocityX(std::vector<double>& /*cache*/) const override
{ {
assert(_darcy_velocities.size() > 1); assert(_darcy_velocities.size() > 0);
return _darcy_velocities[0]; return _darcy_velocities[0];
} }
......
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