Changeset 1347 for trunk/source/global
- Timestamp:
- Dec 22, 2010, 3:52:27 PM (15 years ago)
- Location:
- trunk/source/global
- Files:
-
- 21 edited
-
HEPNumerics/test/G4IntegratorTest.cc (modified) (1 diff)
-
HEPNumerics/test/testChebyshev.cc (modified) (1 diff)
-
HEPNumerics/test/testDataInterpolation.cc (modified) (1 diff)
-
HEPNumerics/test/testG4AnalyticalPolSolver.cc (modified) (1 diff)
-
HEPNumerics/test/testG4PolynomialSolver.cc (modified) (1 diff)
-
HEPNumerics/test/testGaussianQuadrature.cc (modified) (1 diff)
-
HEPNumerics/test/testIntegration.cc (modified) (1 diff)
-
HEPRandom/test/G4RandDistributionTest.cc (modified) (1 diff)
-
HEPRandom/test/G4RandGlobalTest.cc (modified) (1 diff)
-
HEPRandom/test/G4RandomDirectionTest.cc (modified) (1 diff)
-
HEPRandom/test/G4ShootBitTest.cc (modified) (1 diff)
-
History (modified) (2 diffs)
-
management/test/AllocVectorTest.cc (modified) (1 diff)
-
management/test/AllocatorTest.cc (modified) (1 diff)
-
management/test/DeallocatorTest.cc (modified) (1 diff)
-
management/test/G4UnitsTest.cc (modified) (1 diff)
-
management/test/LimitsTest.cc (modified) (1 diff)
-
management/test/OrderedTableTest.cc (modified) (1 diff)
-
management/test/PhysicsTableTest.cc (modified) (1 diff)
-
management/test/TimerTest.cc (modified) (1 diff)
-
management/test/testPhysicsOrderedFreeVector.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/global/HEPNumerics/test/G4IntegratorTest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4IntegratorTest.cc,v 1.10 2006/08/21 12:24:32 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // Test program for G4Integrator class. The function std::exp(-x)*std::cos(x) is -
trunk/source/global/HEPNumerics/test/testChebyshev.cc
r1315 r1347 26 26 // 27 27 // $Id: testChebyshev.cc,v 1.6 2006/06/29 19:00:28 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // Test program for G4ChebyshevApproximation class. The function std::exp(-x)*std::cos(x) is -
trunk/source/global/HEPNumerics/test/testDataInterpolation.cc
r1315 r1347 26 26 // 27 27 // $Id: testDataInterpolation.cc,v 1.6 2006/06/29 19:00:31 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 #include "G4ios.hh" -
trunk/source/global/HEPNumerics/test/testG4AnalyticalPolSolver.cc
r1315 r1347 26 26 // 27 27 // $Id: testG4AnalyticalPolSolver.cc,v 1.7 2006/06/29 19:00:33 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // Test program for G4AnalyticalPolSolver class. -
trunk/source/global/HEPNumerics/test/testG4PolynomialSolver.cc
r1315 r1347 26 26 // 27 27 // $Id: testG4PolynomialSolver.cc,v 1.6 2006/06/29 19:00:35 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 #include "G4PolynomialSolver.hh" -
trunk/source/global/HEPNumerics/test/testGaussianQuadrature.cc
r1315 r1347 26 26 // 27 27 // $Id: testGaussianQuadrature.cc,v 1.6 2006/06/29 19:00:37 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // Test program for G4GaussianQuadrature class. The function std::exp(-x)*std::cos(x) is -
trunk/source/global/HEPNumerics/test/testIntegration.cc
r1315 r1347 26 26 // 27 27 // $Id: testIntegration.cc,v 1.6 2006/06/29 19:00:39 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // Test program for G4SimpleIntegration class. The function std::exp(-x)*std::cos(x) is -
trunk/source/global/HEPRandom/test/G4RandDistributionTest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4RandDistributionTest.cc,v 1.5 2006/06/29 19:00:52 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/HEPRandom/test/G4RandGlobalTest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4RandGlobalTest.cc,v 1.6 2006/06/29 19:00:55 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/HEPRandom/test/G4RandomDirectionTest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4RandomDirectionTest.cc,v 1.1 2008/03/19 16:53:55 gcosmo Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/HEPRandom/test/G4ShootBitTest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4ShootBitTest.cc,v 1.7 2006/06/29 19:00:58 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/History
r1340 r1347 1 $Id: History,v 1.26 4 2010/11/01 13:56:48gcosmo Exp $1 $Id: History,v 1.266 2010/11/24 10:58:00 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 Nov 24, 2010 G.Cosmo (global-V09-03-24) 21 - Changed date for release 9.4. 22 23 Nov 09, 2010 T.Koi (global-V09-03-23) 24 - G4ConvergenceTester: fixed error in calculation of SLOPE; 25 fixed incorrect initialization of 'noTotal'. Modified some output 19 26 20 27 Nov 01, 2010 G.Cosmo (global-V09-03-22) -
trunk/source/global/management/test/AllocVectorTest.cc
r1315 r1347 26 26 // 27 27 // $Id: AllocVectorTest.cc,v 1.2 2006/06/29 19:04:45 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/management/test/AllocatorTest.cc
r1315 r1347 26 26 // 27 27 // $Id: AllocatorTest.cc,v 1.2 2006/06/29 19:04:47 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/management/test/DeallocatorTest.cc
r1315 r1347 26 26 // 27 27 // $Id: DeallocatorTest.cc,v 1.3 2006/06/29 19:04:49 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/management/test/G4UnitsTest.cc
r1315 r1347 26 26 // 27 27 // $Id: G4UnitsTest.cc,v 1.6 2006/06/29 19:04:53 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/management/test/LimitsTest.cc
r1315 r1347 26 26 // 27 27 // $Id: LimitsTest.cc,v 1.2 2006/06/29 19:04:55 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/management/test/OrderedTableTest.cc
r1315 r1347 26 26 // 27 27 // $Id: OrderedTableTest.cc,v 1.7 2006/06/29 19:04:58 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/management/test/PhysicsTableTest.cc
r1315 r1347 26 26 // 27 27 // $Id: PhysicsTableTest.cc,v 1.6 2006/06/29 19:05:00 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/management/test/TimerTest.cc
r1315 r1347 26 26 // 27 27 // $Id: TimerTest.cc,v 1.2 2006/06/29 19:05:02 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 // -
trunk/source/global/management/test/testPhysicsOrderedFreeVector.cc
r1315 r1347 26 26 // 27 27 // $Id: testPhysicsOrderedFreeVector.cc,v 1.6 2006/06/29 19:05:05 gunter Exp $ 28 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$28 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 29 29 // 30 30 #include "globals.hh"
Note:
See TracChangeset
for help on using the changeset viewer.
