Skip to content

Commit 5286dcd

Browse files
gradutaCopilot
andauthored
Update src/alice/dip/DipMessagesProcessor.java
Co-authored-by: Copilot <[email protected]>
1 parent 3d9bcde commit 5286dcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/alice/dip/DipMessagesProcessor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -789,7 +789,7 @@ private void handleBookkeepingSourceMessage(DipData dipData) throws BadParameter
789789
var efficiency = dipData.extractFloat("Efficiency");
790790
AliDip2BK.log(
791791
2,
792-
"ProcData.dispach",
792+
"ProcData.dispatch",
793793
" Bookkeeping Source: Acceptance=" + acceptance + " CrossSection=" + crossSection
794794
+ " Efficiency=" + efficiency
795795
);

0 commit comments

Comments
 (0)