typo in method: G4bool G4CascadeInterface::createTarget(G4int A, G4int Z) { hadronTarget.fill(0., (Z=1?proton:neutron)); Error: (Z=1?proton:neutron) Correct: (Z==1?proton:neutron)
Thank you for catching this. It is now fixed in the SVN repository tag hadr-casc-V09-06-46, and will be included in the 10.0 release.