Changeset 1347 for trunk/source/geometry/solids/BREPS/test
- Timestamp:
- Dec 22, 2010, 3:52:27 PM (15 years ago)
- Location:
- trunk/source/geometry/solids/BREPS/test
- Files:
-
- 12 edited
-
CurveTest.cc (modified) (1 diff)
-
CurveTestFunction.hh (modified) (1 diff)
-
G4BREPIOtest.cc (modified) (1 diff)
-
G4BREPSolidBoxTest.cc (modified) (1 diff)
-
G4BREPSolidConeTest.cc (modified) (1 diff)
-
G4BREPSolidCylinderTest.cc (modified) (1 diff)
-
G4BREPSolidPConeTest.cc (modified) (1 diff)
-
G4BREPSolidPolyhedraTest.cc (modified) (1 diff)
-
G4BREPSolidSphereTest.cc (modified) (1 diff)
-
G4BREPSolidTorusTest.cc (modified) (1 diff)
-
G4FPlaneTest.cc (modified) (1 diff)
-
testG4BREPSolidOpenPCone.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/geometry/solids/BREPS/test/CurveTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: CurveTest.cc,v 1.6 2006/06/29 18:43:01 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/geometry/solids/BREPS/test/CurveTestFunction.hh
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: CurveTestFunction.hh,v 1.9 2007/05/18 10:31:11 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/geometry/solids/BREPS/test/G4BREPIOtest.cc
r1316 r1347 25 25 // 26 26 // $Id: G4BREPIOtest.cc,v 1.6 2006/06/29 18:43:05 gunter Exp $ 27 // GEANT4 tag $Name: geant4-09-04- beta-cand-01$27 // GEANT4 tag $Name: geant4-09-04-ref-00 $ 28 28 // 29 29 // ---------------------------------------------------------------------- -
trunk/source/geometry/solids/BREPS/test/G4BREPSolidBoxTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: G4BREPSolidBoxTest.cc,v 1.9 2006/06/29 18:43:07 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/geometry/solids/BREPS/test/G4BREPSolidConeTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: G4BREPSolidConeTest.cc,v 1.11 2006/06/29 18:43:09 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/geometry/solids/BREPS/test/G4BREPSolidCylinderTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: G4BREPSolidCylinderTest.cc,v 1.11 2006/06/29 18:43:11 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/geometry/solids/BREPS/test/G4BREPSolidPConeTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: G4BREPSolidPConeTest.cc,v 1.16 2006/06/29 18:43:14 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/geometry/solids/BREPS/test/G4BREPSolidPolyhedraTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: G4BREPSolidPolyhedraTest.cc,v 1.12 2006/06/29 18:43:17 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/geometry/solids/BREPS/test/G4BREPSolidSphereTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: G4BREPSolidSphereTest.cc,v 1.10 2006/06/29 18:43:19 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/geometry/solids/BREPS/test/G4BREPSolidTorusTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: G4BREPSolidTorusTest.cc,v 1.10 2006/06/29 18:43:21 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/geometry/solids/BREPS/test/G4FPlaneTest.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: G4FPlaneTest.cc,v 1.8 2007/05/18 10:31:11 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/geometry/solids/BREPS/test/testG4BREPSolidOpenPCone.cc
r1316 r1347 26 26 ////////////////////////////////////////////////////////////////////////// 27 27 // $Id: testG4BREPSolidOpenPCone.cc,v 1.7 2006/06/29 18:43:25 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 //
Note:
See TracChangeset
for help on using the changeset viewer.
