From e5e20a503b3eea34c17a6b78f4a9cd3410c09644 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Sat, 13 Feb 2010 17:45:49 +0000 Subject: [PATCH] removed some dead code [[Imported from SVN: r5566]] --- src/harmonicenergystiffness.hh | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/harmonicenergystiffness.hh b/src/harmonicenergystiffness.hh index c653f8c5..b6d87599 100644 --- a/src/harmonicenergystiffness.hh +++ b/src/harmonicenergystiffness.hh @@ -24,19 +24,6 @@ public: //! Dimension of a tangent space enum { blocksize = TargetSpace::TangentVector::size }; -#if 0 - // types for matrics, vectors and boundary conditions - typedef Dune::FieldMatrix<RT,m,m> MBlockType; // one entry in the stiffness matrix - typedef Dune::FieldVector<RT,m> VBlockType; // one entry in the global vectors - typedef Dune::array<Dune::BoundaryConditions::Flags,m> BCBlockType; // componentwise boundary conditions -#endif - -#if 0 - //! Default Constructor - HarmonicEnergyLocalStiffness () - {} -#endif - /** \brief Assemble the energy for a single element */ RT energy (const Entity& e, const std::vector<TargetSpace>& localSolution) const; -- GitLab