We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5286dcd commit 893035eCopy full SHA for 893035e
src/alice/dip/DipMessagesProcessor.java
@@ -804,7 +804,7 @@ private void handleBookkeepingCtpClockMessage(DipData dipData) throws BadParamet
804
805
AliDip2BK.log(
806
2,
807
- "ProcData.dispach",
+ "ProcData.dispatch",
808
" Bookkeeping CTP Clock: PhaseShift_Beam1=" + phaseShiftBeam1 + " PhaseShift_Beam2=" + phaseShiftBeam2
809
);
810
luminosityManager.setPhaseShift(new PhaseShift(phaseShiftBeam1, phaseShiftBeam2));
0 commit comments