Skip to content

Commit fa09c99

Browse files
authored
Typo
1 parent 5225eec commit fa09c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Generators/src/GeneratorPythia8.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -657,7 +657,7 @@ Bool_t
657657
// Select nuclei (A PDG id code for nuclei is on the form 100ZZZAAAI)
658658
if (std::abs(pdg) > 1000000000) {
659659
// Ignore isospin if equal to 9
660-
auto pdgNoI = (pdg / 10) *1 0;
660+
auto pdgNoI = (pdg / 10) * 10;
661661
if (std::abs(pdg - pdgNoI) == 9)
662662
pdg=pdgNoI;
663663
}

0 commit comments

Comments
 (0)