Print

Print


Commit in lcsim/test/org/lcsim/recon/emid/hmatrix on MAIN
InterpolatedHMatrixTest.java+21.2 -> 1.3
catch exception if conditions not found.

lcsim/test/org/lcsim/recon/emid/hmatrix
InterpolatedHMatrixTest.java 1.2 -> 1.3
diff -u -r1.2 -r1.3
--- InterpolatedHMatrixTest.java	6 Jun 2008 07:41:34 -0000	1.2
+++ InterpolatedHMatrixTest.java	6 Jun 2008 07:48:18 -0000	1.3
@@ -41,6 +41,7 @@
         catch(ConditionsNotFoundException e)
         {
             System.out.println("Conditions not found for detector "+mgr.getDetector());
+            return;
         }
         ConditionsSet cs = null;
         try
@@ -51,6 +52,7 @@
         {
             System.out.println("ConditionSet "+conditionsSetName+" not found for detector "+mgr.getDetector());
             System.out.println("Please check that this properties file exists for this detector ");
+            return;
         }
         
         int dim = cs.getInt("Dimensionality");
CVSspam 0.2.8