Import Geant4 3.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:55:53 +02:00
parent e7d7193284
commit cfcb558cfe
3050 changed files with 91703 additions and 48310 deletions
@@ -10,9 +10,9 @@
* and is not subject to copyright.
*/
/* $Id: sdaiApplication_instance.cc,v 1.1 2000/01/21 13:43:15 gcosmo Exp $ */
/* $Id: sdaiApplication_instance.cc,v 1.2 2000/11/20 18:15:04 gcosmo Exp $ */
//static char rcsid[] ="$Id: sdaiApplication_instance.cc,v 1.1 2000/01/21 13:43:15 gcosmo Exp $";
//static char rcsid[] ="$Id: sdaiApplication_instance.cc,v 1.2 2000/11/20 18:15:04 gcosmo Exp $";
#include <sdai.h>
//#include <STEPentity.h>
@@ -901,7 +901,7 @@ ReadEntityRef(G4std::istream &in, ErrorDescriptor *err, char *tokenList,
case '#':
{
int id = -1;
int n = 0;
// int n = 0;
in >> id;
if (in.fail ()) // there's been an error in input
{