Skip to content

Commit c33cc39

Browse files
committed
restore public access
1 parent cfc7490 commit c33cc39

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -300,7 +300,7 @@ private static void getConstants(IndexedTable t2dPressure, IndexedTable t2dPress
300300
}
301301
}
302302

303-
private static void FillTable() {
303+
public static void FillTable() {
304304
double stepSize = 0.00010;
305305
for(int s = 0; s<6; s++ ){ // loop over sectors
306306
for(int r = 0; r<6; r++ ){ //loop over slys

0 commit comments

Comments
 (0)