From d56b455e6b152952f00a848d2ed6f2342b27d9a1 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Fri, 17 Apr 2009 15:38:00 +0000 Subject: [PATCH] minor cleanup [[Imported from SVN: r4035]] --- src/rodlocalstiffness.hh | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/rodlocalstiffness.hh b/src/rodlocalstiffness.hh index f254cc01..84e61ce4 100644 --- a/src/rodlocalstiffness.hh +++ b/src/rodlocalstiffness.hh @@ -74,9 +74,7 @@ public: virtual RT energy (const Entity& e, - const std::vector<RigidBodyMotion<3> >& localSolution - //, const std::vector<RigidBodyMotion<3> >& localReferenceConfiguration, - ) const; + const std::vector<RigidBodyMotion<3> >& localSolution) const; static void interpolationDerivative(const Rotation<3,RT>& q0, const Rotation<3,RT>& q1, double s, Dune::array<Quaternion<double>,6>& grad); -- GitLab