Skip to content
Snippets Groups Projects
Commit 186f5ff1 authored by Marcin Nowak's avatar Marcin Nowak :radioactive: Committed by Graeme Stewart
Browse files

fix c++ error failing with clang (FourMom-00-03-21)

	* FourMom\FourMomentumError.icc (FourMomentumError): remove C++
	(copy/paste?) error failing with Clang
	* tagging FourMom-00-03-21
parent 68ca4424
No related branches found
No related tags found
No related merge requests found
......@@ -111,7 +111,6 @@ template < class FourMom>
FourMomentumError< FourMom> &FourMomentumError<FourMom>::operator=( const FourMomentumError& other)
{
if (this!=&other){
I4MomentumError();
m_p4( other.m_p4);
m_PxPyPzE(0);
m_EEtaPhiM(0);
......
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