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

remove a bit of dead code

[[Imported from SVN: r7312]]
parent b774fe43
No related branches found
No related tags found
No related merge requests found
......@@ -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);
......
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