Skip to content

Commit 8c2346b

Browse files
ftouchtebaltzell
authored andcommitted
Fix issue
1 parent 989b573 commit 8c2346b

File tree

1 file changed

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

1 file changed

+1
-1
lines changed

common-tools/clas-detector/src/main/java/org/jlab/detector/pulse/ModeAHDC.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public class ModeAHDC extends HipoExtractor {
3232
@Override
3333
public List<Pulse> extract(NamedEntry pars, int id, long timestamp, long time, short... samples){
3434
// Settings parameters (they can be initialised by a CCDB)
35-
float samplingTime = 50.0;
35+
float samplingTime = 50.0f;
3636
short adcOffset = 0; ///< pedestal of the pulse
3737
float fineTimeStampResolution = 0;
3838

0 commit comments

Comments
 (0)