Skip to content

Commit 14e50a0

Browse files
baltzellraffaelladevita
authored andcommitted
bugfix
1 parent e013ad6 commit 14e50a0

File tree

1 file changed

+1
-1
lines changed
  • common-tools/clas-detector/src/main/java/org/jlab/detector/scalers

1 file changed

+1
-1
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/scalers/DaqScaler.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public class DaqScaler {
1515
protected long gatedClock=-1; // counts
1616
protected long gatedSlm=-1; // counts
1717

18-
public final void setClock(long c) { this.clock = clock; }
18+
public final void setClock(long c) { this.clock = c; }
1919
public final void setGatedClock(long c) { this.gatedClock = c; }
2020
public final long getClock() { return this.clock; }
2121
public final long getFcup() { return this.fcup; }

0 commit comments

Comments
 (0)