Skip to content

Commit 687d628

Browse files
authored
keep user in the loop (#895)
1 parent 5439a53 commit 687d628

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

reconstruction/dc/src/main/java/org/jlab/rec/dc/timetodistance/TableLoader.java

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -371,12 +371,11 @@ public static synchronized void Fill(IndexedTable t2dPressure, IndexedTable t2dP
371371
//CCDBTables 1 = "/calibration/dc/time_to_distance/t2d";
372372
//CCDBTables 2 = "/calibration/dc/time_corrections/T0_correction";
373373
if (T2DLOADED) return;
374-
374+
System.out.println(" FILLING T2D TABLE ....");
375375
FillAlpha();
376376
getConstants(t2dPressure, t2dPressRef, pressure);
377377
FillTable();
378-
379-
System.out.println(" T2D TABLE FILLED.....");
378+
System.out.println(" T2D TABLE FILLED.");
380379
T2DLOADED = true;
381380
}
382381

0 commit comments

Comments
 (0)