Import Geant4 10.7.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2020-06-26 10:23:25 +02:00
parent c02c370437
commit 67ba86d073
1871 changed files with 174422 additions and 131884 deletions
+3 -3
View File
@@ -4378,7 +4378,7 @@ static int gl2psPrintPDFShaderStreamDataCoord(GL2PSvertex *vertex,
int offs = 0;
unsigned long imap;
GLfloat diff;
double dmax = ~1UL;
double dmax = (double) ~1UL;
char edgeflag = 0;
/* FIXME: temp bux fix for 64 bit archs: */
@@ -4421,7 +4421,7 @@ static int gl2psPrintPDFShaderStreamDataRGB(GL2PSvertex *vertex,
{
int offs = 0;
unsigned long imap;
double dmax = ~1UL;
double dmax = (double) ~1UL;
/* FIXME: temp bux fix for 64 bit archs: */
if(sizeof(unsigned long) == 8) dmax = dmax - 2048.;
@@ -4446,7 +4446,7 @@ static int gl2psPrintPDFShaderStreamDataAlpha(GL2PSvertex *vertex,
{
int offs = 0;
unsigned long imap;
double dmax = ~1UL;
double dmax = (double) ~1UL;
/* FIXME: temp bux fix for 64 bit archs: */
if(sizeof(unsigned long) == 8) dmax = dmax - 2048.;