Import Geant4 11.0.2 source tree

This commit is contained in:
Gabriele Cosmo
2022-05-25 15:50:57 +02:00
parent de4f28d823
commit b3bf75a2a1
341 changed files with 93127 additions and 39343 deletions
@@ -78,9 +78,9 @@ public:
theAngular[i].SetInterpolation(theInterpolation);
#ifndef PHP_AS_HP
if( i != 0 ) {
theAngular[i].PrepareTableInterpolation(&(theAngular[i-1]));
theAngular[i].PrepareTableInterpolation();
} else {
theAngular[i].PrepareTableInterpolation((G4ParticleHPContAngularPar*)0);
theAngular[i].PrepareTableInterpolation();
}
#endif
}