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

remove two unused variables

[[Imported from SVN: r6899]]
parent 7cd85c22
No related branches found
No related tags found
No related merge requests found
......@@ -351,9 +351,6 @@ int main (int argc, char *argv[]) try
std::map<std::pair<std::string,std::string>, RigidBodyMotion<3> > lambda;
lambda[interfaceName] = referenceInterface;
FieldVector<double,3> lambdaForce(0);
FieldVector<double,3> lambdaTorque(0);
//
double normOfOldCorrection = 1;
int dnStepsActuallyTaken = 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