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

remove debugging output

[[Imported from SVN: r5996]]
parent 837d54d1
No related branches found
No related tags found
No related merge requests found
......@@ -516,9 +516,6 @@ assemble(const Entity& element,
}
std::cout << "embeddedHessian" << std::endl;
printmatrix(std::cout, embeddedHessian, "embeddedHessian", "--");
// transform to local tangent space bases
std::vector<Dune::FieldMatrix<double,blocksize,embeddedBlocksize> > orthonormalFrames(nDofs);
std::vector<Dune::FieldMatrix<double,embeddedBlocksize,blocksize> > orthonormalFramesTransposed(nDofs);
......@@ -542,9 +539,6 @@ assemble(const Entity& element,
}
std::cout << "localHessian" << std::endl;
printmatrix(std::cout, A_, "localHessian", "--");
#endif
}
......
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