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

The son of the evil index bug... beware of copy'n'paste...

[[Imported from SVN: r8040]]
parent 6829c84f
No related branches found
No related tags found
No related merge requests found
...@@ -174,7 +174,7 @@ public: ...@@ -174,7 +174,7 @@ public:
for (int i=0; i<Rotation<dim,T>::EmbeddedTangentVector::dimension; i++) for (int i=0; i<Rotation<dim,T>::EmbeddedTangentVector::dimension; i++)
for (int j=0; j<Rotation<dim,T>::EmbeddedTangentVector::dimension; j++) for (int j=0; j<Rotation<dim,T>::EmbeddedTangentVector::dimension; j++)
for (int k=0; k<Rotation<dim,T>::EmbeddedTangentVector::dimension; k++) for (int k=0; k<Rotation<dim,T>::EmbeddedTangentVector::dimension; k++)
result[dim+i][dim+j][dim+j] = rotationPart[i][j][k]; result[dim+i][dim+j][dim+k] = rotationPart[i][j][k];
return result; return result;
} }
......
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