Commit in lcsim/src/org/lcsim/recon/pfa/structural on MAIN
RunAndWriteOutPFAFullTracking.java+1-11.4 -> 1.5
MJC: Fix typo

lcsim/src/org/lcsim/recon/pfa/structural
RunAndWriteOutPFAFullTracking.java 1.4 -> 1.5
diff -u -r1.4 -r1.5
--- RunAndWriteOutPFAFullTracking.java	22 Oct 2008 18:07:43 -0000	1.4
+++ RunAndWriteOutPFAFullTracking.java	22 Oct 2008 18:11:41 -0000	1.5
@@ -34,7 +34,7 @@
 	add(new org.lcsim.digisim.DigiPackageDriver());
 	add(new org.lcsim.recon.tracking.seedtracker.ReconTracking.SiD02ReconTrackingDriver());
 	// Set up and run PFA
-	add(new SetUpPFA("FSReconTracks"))
+	add(new SetUpPFA("FSReconTracks"));
 
 	// Output
 	add(new FlushReconstructedParticlesDriver("DTreeReclusteredParticles", "FlushedDTreeReclusteredParticles", "FlushedDTreeReclusteredClusters"));
CVSspam 0.2.8