Import Geant4 10.7.2 source tree

This commit is contained in:
Gabriele Cosmo
2021-06-14 10:01:31 +02:00
parent 3dfcdb544e
commit c968e26a39
271 changed files with 26365 additions and 21942 deletions
@@ -43,7 +43,10 @@ inline G4strstreambuf::~G4strstreambuf()
// flushing buffer...
// std::cout is used because destination object may not be alive.
if(count != 0)
{
buffer[count] = '\0';
std::cout << buffer;
}
delete[] buffer;
}