Skip to content

Commit

Permalink
Remove useless cast
Browse files Browse the repository at this point in the history
  • Loading branch information
martin-ueding committed Nov 3, 2017
1 parent 2f0501b commit 835fcca
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/qphix/twisted_mass_clover.h
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ class EvenOddTMCloverOperator
clov = clov_;
invclov[0] = invclov_[0];
invclov[1] = invclov_[1];
tmp = (FourSpinorBlock *)geom.allocCBFourSpinor();
tmp = geom.allocCBFourSpinor();
}

EvenOddTMCloverOperator(Geometry<FT, veclen, soalen, compress12> *const geom_,
Expand Down

0 comments on commit 835fcca

Please sign in to comment.