Commit in lcio/src/cpp/src/EXAMPLE on MAIN
lcrtrelation.cc+1-11.4 -> 1.5
removed warning with mcp0

lcio/src/cpp/src/EXAMPLE
lcrtrelation.cc 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- lcrtrelation.cc	1 Dec 2006 15:04:36 -0000	1.4
+++ lcrtrelation.cc	8 Dec 2006 10:47:40 -0000	1.5
@@ -203,7 +203,7 @@
 	
 	MCParticle*  mcp = dynamic_cast<MCParticle*>( mcpcol->getElementAt(i) ) ;
 
-	MCParticle*  mcp0 ;   // keep the first particle
+	MCParticle*  mcp0 = 0 ;   // keep the first particle
 	if( i == 0 ) mcp0 = mcp  ;
 	
 	ParticleIDs::ext_type pidv =  mcp->ext<ParticleIDs>() ;
CVSspam 0.2.8