G4IonCoulombScatteringModel.cc line 203: G4double ptot = v0.mag(); proposed fix: G4double ptot = v0.vect().mag(); line 228: G4double trec = v0.e() - mass2; proposed fix: G4double trec = v0.e(); ---------------------------- also in test58 (src/StackingAction.cc) line 68: G4double M2= A*mole/g; proposed fix: G4double M2= A;
Hello Mauro, thank you for this bug report. It is clear and will be implemented soon. VI