Visual (v6) give a warning at compilation over the file : particles/management/include/G4DynamicParticle.icc It is in the method RemoveElectron over the line : theDynamicalCharge -+ eplus * n; which clearly should be : theDynamicalCharge += eplus * n;
Fixed the bug on 07 Nov. 99 by Hisaya