Import Geant4 5.2.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-09 10:28:22 +02:00
parent fbd4999cf7
commit 4aea781e80
5454 changed files with 223141 additions and 67347 deletions
+3 -3
View File
@@ -10,16 +10,16 @@
* and is not subject to copyright.
*/
/* $Id: errordesc.cc,v 1.4 2000/01/21 13:43:10 gcosmo Exp $ */
/* $Id: errordesc.cc,v 1.5 2003/06/06 17:07:35 gcosmo Exp $ */
#include <errordesc.h>
#include <Str.h>
DebugLevel ErrorDescriptor::_debug_level = DEBUG_OFF;
G4std::ostream * ErrorDescriptor::_out = 0;
std::ostream * ErrorDescriptor::_out = 0;
void
ErrorDescriptor::PrintContents(G4std::ostream &out) const
ErrorDescriptor::PrintContents(std::ostream &out) const
{
SCLstring s;
out << "Severity: " << severity(s) << G4endl;