Import Geant4 0.0.0 source tree
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user