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

bugfix: forgot to set initial value

[[Imported from SVN: r6883]]
parent 67ae92dd
No related branches found
No related tags found
No related merge requests found
......@@ -1046,6 +1046,7 @@ iterateWithContact(std::map<std::pair<std::string,std::string>, RigidBodyMotion<
VectorType& thisX = x[it->first];
thisX.resize(dirichletValues.size());
thisX = 0;
for (size_t i=0; i<thisX.size(); i++)
if (dirichletBoundary.containsVertex(i))
......
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