Import Geant4 10.7.0.beta source tree
This commit is contained in:
+3
-3
@@ -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.;
|
||||
|
||||
Reference in New Issue
Block a user