Code indexing in gitaly is broken and leads to code not being visible to the user. We work on the issue with highest priority.

Skip to content
Snippets Groups Projects
Commit 4510a63e authored by frey_m's avatar frey_m
Browse files

RealDiracMatrix: remove unused variable

parent ec86d04d
No related branches found
No related tags found
1 merge request!393Resolve "Matched Distribution: Not matched?"
......@@ -180,7 +180,6 @@ void RealDiracMatrix::transform(matrix_t& M, short i, double phi,
{
if (phi) { // if phi == 0 --> nothing happens, since R and invR would be identity_matrix matrix
sparse_matrix_t R(4,4), invR(4,4);
sparse_matrix_t I = boost::numeric::ublas::identity_matrix<double>(4);
transform(i, phi, R, invR);
......
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