Import Geant4 0.1.0 source tree

This commit is contained in:
Gabriele Cosmo
2016-06-08 15:09:25 +02:00
parent b97f8d0df7
commit aaa409b6ee
2922 changed files with 55107 additions and 81674 deletions
+11 -6
View File
@@ -5,8 +5,8 @@
// based on the Program) you indicate your acceptance of this statement,
// and all its terms.
//
// $Id: G4Timer.cc,v 2.3 1998/07/17 08:56:21 gunter Exp $
// GEANT4 tag $Name: geant4-00 $
// $Id: G4Timer.cc,v 1.3 1999/05/24 20:39:24 gcosmo Exp $
// GEANT4 tag $Name: geant4-00-01 $
//
//
// ----------------------------------------------------------------------
@@ -18,6 +18,15 @@
#include "G4Timer.hh"
#include "G4ios.hh"
#ifdef G4USE_STL
#undef times
#endif
// Global error function
void G4Exception(const char* s=0);
#ifdef WIN32
# include <sys/types.h>
# include <windows.h>
@@ -97,7 +106,3 @@ G4double G4Timer::GetUserElapsed() const
return diff/sysconf(_SC_CLK_TCK);
}