Changeset 1347 for trunk/source/geometry/volumes
- Timestamp:
- Dec 22, 2010, 3:52:27 PM (15 years ago)
- Location:
- trunk/source/geometry/volumes
- Files:
-
- 18 edited
-
GNUmakefile (modified) (2 diffs)
-
History (modified) (2 diffs)
-
test/ApproxEqual.hh (modified) (1 diff)
-
test/testExitNormalNav.cc (modified) (1 diff)
-
test/testG4AffineTransform.cc (modified) (1 diff)
-
test/testG4BlockingList.cc (modified) (1 diff)
-
test/testG4NavigationHistory.cc (modified) (1 diff)
-
test/testG4NestedParameterised.cc (modified) (1 diff)
-
test/testG4Parameterised.cc (modified) (1 diff)
-
test/testG4ParameterisedMaterial.cc (modified) (1 diff)
-
test/testG4ParameterisedSolid1.cc (modified) (1 diff)
-
test/testG4ReplicaNavigation.cc (modified) (1 diff)
-
test/testG4SmartVoxelProxy.cc (modified) (1 diff)
-
test/testG4SmartVoxels.cc (modified) (1 diff)
-
test/testG4TouchableHandle.cc (modified) (1 diff)
-
test/testG4Touchables.cc (modified) (1 diff)
-
test/testG4Volumes.cc (modified) (1 diff)
-
test/testG4VoxelLimits.cc (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/geometry/volumes/GNUmakefile
r831 r1347 1 # $Id: GNUmakefile,v 1. 7 2004/06/11 14:17:19gcosmo Exp $1 # $Id: GNUmakefile,v 1.10 2010/12/15 17:05:05 gcosmo Exp $ 2 2 # -------------------------------------------------------------------- 3 3 # GNUmakefile for geometry/volumes library. Gabriele Cosmo, 16/11/96. … … 12 12 include $(G4INSTALL)/config/architecture.gmk 13 13 14 ifdef G4LIB_BUILD_DLL 15 CPPFLAGS += -DG4LIB_BUILD_DLL 16 endif 14 17 CPPFLAGS += -DG4GEOM_ALLOC_EXPORT 15 18 CPPFLAGS += -I$(G4BASE)/graphics_reps/include \ -
trunk/source/geometry/volumes/History
r1315 r1347 1 $Id: History,v 1.17 0 2010/04/23 10:27:49gcosmo Exp $1 $Id: History,v 1.173 2010/12/15 17:05:06 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 December 15th, 2010 G.Cosmo - geomvol-V09-03-09 21 - Use normal allocator if building DLLs on Windows. 22 23 September 6th, 2010 G.Cosmo - geomvol-V09-03-08 24 - Fixed false-positive cases for initialization in copy-constructor of 25 G4GRSSolid amd G4GRSVolume. 26 27 Jul 5th, 2010 G.Cosmo - geomvol-V09-03-07 28 - G4GRSSolid, G4GRSVolume: safer initialisation in copy constructor. 29 - G4PVPlacement, G4PVReplica: added fake initialisation for all members in 30 specialized constructor for I/O persistency. Added fake return statements 31 after exceptions. 32 - G4NavigationHistory: restore original implementation for constructor. 19 33 20 34 Apr 23rd, 2010 G.Cosmo - geomvol-V09-03-06 -
trunk/source/geometry/volumes/test/ApproxEqual.hh
r1316 r1347 26 26 // 27 27 // $Id: ApproxEqual.hh,v 1.7 2006/06/29 18:58:23 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/volumes/test/testExitNormalNav.cc
r1316 r1347 26 26 // 27 27 // $Id: testExitNormalNav.cc,v 1.7 2006/06/29 18:58: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 // Testing the product of Exit Normal of the Navigator for -
trunk/source/geometry/volumes/test/testG4AffineTransform.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4AffineTransform.cc,v 1.9 2006/06/29 18:58:27 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/volumes/test/testG4BlockingList.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4BlockingList.cc,v 1.4 2006/06/29 18:58:30 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/volumes/test/testG4NavigationHistory.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4NavigationHistory.cc,v 1.9 2007/02/13 17:24:59 japost 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/volumes/test/testG4NestedParameterised.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4NestedParameterised.cc,v 1.5 2006/06/29 18:58:36 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/volumes/test/testG4Parameterised.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4Parameterised.cc,v 1.10 2006/06/29 18:58:38 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/volumes/test/testG4ParameterisedMaterial.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4ParameterisedMaterial.cc,v 1.9 2006/06/29 18:58:40 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/volumes/test/testG4ParameterisedSolid1.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4ParameterisedSolid1.cc,v 1.13 2006/06/29 18:58:43 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/volumes/test/testG4ReplicaNavigation.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4ReplicaNavigation.cc,v 1.11 2006/06/29 18:58:48 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/volumes/test/testG4SmartVoxelProxy.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4SmartVoxelProxy.cc,v 1.4 2006/06/29 18:58:50 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/volumes/test/testG4SmartVoxels.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4SmartVoxels.cc,v 1.5 2006/06/29 18:58: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/geometry/volumes/test/testG4TouchableHandle.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4TouchableHandle.cc,v 1.8 2006/06/29 18:58:54 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/volumes/test/testG4Touchables.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4Touchables.cc,v 1.10 2006/06/29 18:58:56 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/volumes/test/testG4Volumes.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4Volumes.cc,v 1.10 2006/06/29 18:58:59 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/volumes/test/testG4VoxelLimits.cc
r1316 r1347 26 26 // 27 27 // $Id: testG4VoxelLimits.cc,v 1.4 2006/06/29 18:59: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
Note:
See TracChangeset
for help on using the changeset viewer.
