Skip to content
Snippets Groups Projects
Commit f579fb29 authored by Oliver Sander's avatar Oliver Sander Committed by sander@FU-BERLIN.DE
Browse files

remove spurious vector resize

[[Imported from SVN: r7058]]
parent 4d82fc59
No related branches found
No related tags found
No related merge requests found
......@@ -531,7 +531,6 @@ iterate(std::map<std::pair<std::string,std::string>, RigidBodyMotion<3> >& lambd
// container for the subdomain solution
RodConfigurationType& rodX = rodSubdomainSolutions_["rod"];
rodX.resize(complex_.rodGrid("rod")->size(1));
rodX[0] = lambda[interfaceName];
rods_["rod"].solver_->setInitialSolution(rodX);
......
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