Skip to content
Snippets Groups Projects
Commit 81cb6037 authored by Oliver Sander's avatar Oliver Sander
Browse files

Remove a few lines of bogus code

They obviously do nothing (they add zero to the matrix diagonal).
Must be some left-overs from previous experimenting.
parent 5a1a03ee
Branches
No related tags found
No related merge requests found
...@@ -90,10 +90,6 @@ public: ...@@ -90,10 +90,6 @@ public:
// Modify Dirichlet rows // Modify Dirichlet rows
/////////////////////////////////////////// ///////////////////////////////////////////
for (size_t j=0; j<modifiedStiffness.N(); j++)
for (int k=0; k<blocksize; k++)
modifiedStiffness[j][j][k][k] += 0.0;
for (size_t j=0; j<modifiedStiffness.N(); j++) for (size_t j=0; j<modifiedStiffness.N(); j++)
{ {
auto cIt = modifiedStiffness[j].begin(); auto cIt = modifiedStiffness[j].begin();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment