Import Geant4 11.0.2 source tree
This commit is contained in:
+2
-2
@@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user