X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=TEvtGen%2FEvtGenBase%2FEvtMParticle.cpp;fp=TEvtGen%2FEvtGenBase%2FEvtMParticle.cxx;h=542c0b97bf74ab7e341fb9ac325cb1cef786a5ff;hb=0ca57c2f019e3764c982f29478c26c1a10b5b0f7;hp=999f6ea7bc347edd57da9edf1d48dbf82d7f7a50;hpb=86a150aa6372a7dd3fbbe018e221b890cd59ae62;p=u%2Fmrichter%2FAliRoot.git diff --git a/TEvtGen/EvtGenBase/EvtMParticle.cxx b/TEvtGen/EvtGenBase/EvtMParticle.cpp similarity index 88% rename from TEvtGen/EvtGenBase/EvtMParticle.cxx rename to TEvtGen/EvtGenBase/EvtMParticle.cpp index 999f6ea7bc3..542c0b97bf7 100644 --- a/TEvtGen/EvtGenBase/EvtMParticle.cxx +++ b/TEvtGen/EvtGenBase/EvtMParticle.cpp @@ -9,7 +9,7 @@ EvtMParticle::EvtMParticle( int label, const EvtId& id ) _resonance.push_back( label ); } -EvtSpinAmp EvtMParticle::amplitude( const vector &product) const +EvtSpinAmp EvtMParticle::amplitude( const vector &/*product*/) const { vector types( 2, getspintype() ); EvtSpinAmp amp( types, EvtComplex( 0.0, 0.0 ) );