Import Geant4 10.4.0.beta source tree

This commit is contained in:
Gabriele Cosmo
2017-06-30 10:49:55 +02:00
parent 3a5407696b
commit 1a1316fea4
2180 changed files with 237880 additions and 59109 deletions
+4 -1
View File
@@ -1,4 +1,4 @@
$Id: History 101105 2016-11-07 08:09:26Z gcosmo $
$Id: History 104287 2017-05-23 13:22:34Z gcosmo $
-------------------------------------------------------------------
=========================================================
@@ -17,6 +17,9 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
23rd May 2017 John Allison (visexternal-V10-03-00)
- Fix gcc-7.1 warning.
6th November 2016 Laurent Garnier (visexternal-V10-02-03)
- Fix a CDash warning in gl2ps
+1 -1
View File
@@ -3885,7 +3885,7 @@ static int gl2psPDFgroupListWriteXObjectResources(void)
gro->imobjno = gl2ps->objects_stack++;
if(GL_RGBA == p->data.image->format) /* reserve one object for image mask */
gl2ps->objects_stack++;
offs += fprintf(gl2ps->stream, "/Im%d %d 0 R\n", gro->imno, gro->imobjno);
offs += fprintf(gl2ps->stream, "/Im%d %d 0 R\n", gro->imno, gro->imobjno); // fallthrough
case GL2PS_TRIANGLE:
if(gro->trgroupno >=0)
offs += fprintf(gl2ps->stream, "/TrG%d %d 0 R\n", gro->trgroupno, gro->trgroupobjno);