From fdbfa157739ddfe95f2c4fc8fe62846e9685e039 Mon Sep 17 00:00:00 2001 From: Oliver Sander <sander@igpm.rwth-aachen.de> Date: Mon, 23 May 2011 15:11:07 +0000 Subject: [PATCH] remove a bit of dead code [[Imported from SVN: r7312]] --- dune/gfe/localgeodesicfestiffness.hh | 7 ------- 1 file changed, 7 deletions(-) diff --git a/dune/gfe/localgeodesicfestiffness.hh b/dune/gfe/localgeodesicfestiffness.hh index d718cbed..ba79dec4 100644 --- a/dune/gfe/localgeodesicfestiffness.hh +++ b/dune/gfe/localgeodesicfestiffness.hh @@ -544,13 +544,6 @@ assembleHessian(const Entity& element, A_ = 0; -#if 0 -#warning Dummy Hessian implementation - for (int i=0; i<nDofs; i++) - for (int j=0; j<blocksize; j++) - A_[i][i][j][j] = 1; -#else - // first compute the Hessian in the embedding space Dune::Matrix<Dune::FieldMatrix<double,embeddedBlocksize,embeddedBlocksize> > embeddedHessian(nDofs,nDofs); -- GitLab