Import Geant4 1.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:28:20 +02:00
parent aaa409b6ee
commit ca1c8cb059
2995 changed files with 106830 additions and 299600 deletions
@@ -5,8 +5,8 @@
//
// $Id: STEPselect.cc,v 1.2 1999/05/21 20:20:52 japost Exp $
// GEANT4 tag $Name: geant4-00-01 $
// $Id: STEPselect.cc,v 1.3 1999/11/17 08:34:42 gcosmo Exp $
// GEANT4 tag $Name: geant4-01-00 $
//
/*
@@ -291,10 +291,10 @@ SdaiSelect::STEPread (istream& in, ErrorDescriptor *err, InstMgr * instances,
}
else // case A
{ // the type can be determined from the value
if (_type && ! _type -> UniqueElements ()) {
err->AppendToDetailMsg("Type for value of SELECT is ambiguous.\n" );
err->GreaterSeverity( SEVERITY_WARNING );
}
// if (_type && ! _type -> UniqueElements ()) {
// err->AppendToDetailMsg("Type for value of SELECT is ambiguous.\n" );
// err->GreaterSeverity( SEVERITY_WARNING );
// }
switch (c)
{
case '$':