Import Geant4 0.0.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-01 15:25:35 +02:00
parent 54d6b71f95
commit b97f8d0df7
3237 changed files with 807095 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
//History 1998 Nov. 3 Masayasu Nagamatu
#include "G4ios.hh"
#ifdef G4STREAM
#include "G4strstreambuf.hh"
G4strstreambuf G4coutbuf;
G4strstreambuf G4cerrbuf;
ostream G4cout(&G4coutbuf);
ostream G4cerr(&G4cerrbuf);
#endif