Import Geant4 4.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 16:39:52 +02:00
parent 921d3b1cda
commit 330b82b769
4524 changed files with 178689 additions and 43575 deletions
+3 -3
View File
@@ -21,8 +21,8 @@
// ********************************************************************
//
//
// $Id: G4Timer.cc,v 1.9 2001/07/11 10:00:59 gunter Exp $
// GEANT4 tag $Name: geant4-04-00 $
// $Id: G4Timer.cc,v 1.10 2002/01/17 10:49:02 gcosmo Exp $
// GEANT4 tag $Name: geant4-04-01 $
//
//
// ----------------------------------------------------------------------
@@ -68,7 +68,7 @@ void G4Exception(const char* s=0);
GetSystemTime( &realtime );
SystemTimeToFileTime( &realtime, &rt ); // get real time in 10^-9 sec
if( t != NULL ){
if( t != 0 ){
GetProcessTimes( GetCurrentProcess(), &ct, &et, &st, &ut);// get process time in 10^-9 sec
t->tms_utime = t->tms_cutime = filetime2msec(&ut);
t->tms_stime = t->tms_cstime = filetime2msec(&st);