Skip to content
Snippets Groups Projects
Commit 6d7c9eb0 authored by Dmitri Naumov's avatar Dmitri Naumov Committed by wenqing
Browse files

[PL] Remove unnecessary resize.

parent 9fe66558
No related branches found
No related tags found
No related merge requests found
......@@ -346,7 +346,6 @@ public:
_x->getGlobalVector(u.get()); // get the global solution
std::size_t const n = _mesh.getNNodes();
result->resize(n);
for (std::size_t i = 0; i < n; ++i)
{
MeshLib::Location const l(_mesh.getID(),
......
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