Skip to content

Commit 67b296a

Browse files
committed
fix: the actual end
1 parent 7f155a1 commit 67b296a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/jlab/clas/timeline/util/RunDependentCut.groovy

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ class RunDependentCut {
6666
return 'rgc_su22';
6767
if(runIsInRange(check_run, 18301, 19131, true))
6868
return 'rgd';
69-
if(runIsInRange(check_run, 21317, 23057, true))
69+
if(runIsInRange(check_run, 21317, 23065, true))
7070
return 'rgl';
7171
return 'unknown';
7272
}.toUnique();

0 commit comments

Comments
 (0)