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 3d9bcde commit 5286dcdCopy full SHA for 5286dcd
src/alice/dip/DipMessagesProcessor.java
@@ -789,7 +789,7 @@ private void handleBookkeepingSourceMessage(DipData dipData) throws BadParameter
789
var efficiency = dipData.extractFloat("Efficiency");
790
AliDip2BK.log(
791
2,
792
- "ProcData.dispach",
+ "ProcData.dispatch",
793
" Bookkeeping Source: Acceptance=" + acceptance + " CrossSection=" + crossSection
794
+ " Efficiency=" + efficiency
795
);
0 commit comments