Print

Print


Commit in hps-java/src/test/java/org/lcsim/hps/evio on MAIN
Evio2LcioTest.java+3-31.1 -> 1.2

hps-java/src/test/java/org/lcsim/hps/evio
Evio2LcioTest.java 1.1 -> 1.2
diff -u -r1.1 -r1.2
--- Evio2LcioTest.java	11 Feb 2012 00:33:18 -0000	1.1
+++ Evio2LcioTest.java	11 Feb 2012 00:38:35 -0000	1.2
@@ -41,7 +41,7 @@
  * No type conversion to LCIO classes is performed.  This can be done in a subsequent step within the LCSim event loop. 
  * 
  * @author Jeremy McCormick
- * @version $Id: Evio2LcioTest.java,v 1.1 2012/02/11 00:33:18 jeremy Exp $
+ * @version $Id: Evio2LcioTest.java,v 1.2 2012/02/11 00:38:35 jeremy Exp $
  */
 public class Evio2LcioTest extends TestCase 
 {
@@ -92,7 +92,7 @@
 		catch (IOException x) 
 		{
 			throw new RuntimeException(x);
-		}
+		}		
 		args[1] = outputFilePath;
 		(new Evio2LcioConverter()).main(args);
 		
@@ -139,7 +139,7 @@
 			if (args.length < 2)
 				throw new RuntimeException("Not enough arguments.");
 			String inFilePath = args[0];
-			String outFilePath = args[1];
+			String outputFilePath = args[1];
 			
 			// Open the EVIO file for reading.
 			EvioFile evioFile = null;
CVSspam 0.2.12


Use REPLY-ALL to reply to list

To unsubscribe from the LCD-CVS list, click the following link:
https://listserv.slac.stanford.edu/cgi-bin/wa?SUBED1=LCD-CVS&A=1