Changeset 1228 for trunk/source/geometry/solids/CSG/History
- Timestamp:
- Jan 8, 2010, 11:56:51 AM (16 years ago)
- File:
-
- 1 edited
-
trunk/source/geometry/solids/CSG/History (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/source/geometry/solids/CSG/History
r921 r1228 1 $Id: History,v 1.1 09 2008/11/21 09:50:20gcosmo Exp $1 $Id: History,v 1.119 2009/11/30 10:20:53 gcosmo Exp $ 2 2 ------------------------------------------------------------------- 3 3 … … 17 17 * Reverse chronological order (last date on top), please * 18 18 ---------------------------------------------------------- 19 20 Nov 30, 2009 V.Grichine geom-csg-V09-02-08 21 - G4Orb: moved debug warning in DistanceToIn(p,v) within G4CSGDEBUG flag. 22 23 Nov 26, 2009 T.Nikitina geom-csg-V09-02-07 24 - G4Torus: fix in SolveNumericJT() in order to take in account the difference 25 in the value of theta for different intervals, [0:pi] or [-pi:0], and for 26 SPhi in [0:twopi] or [-twopi:0]. Addresses problem report #1086. 27 28 Nov 12, 2009 T.Nikitina geom-csg-V09-02-06 29 - G4Cons: fix to DistanceToIn(p,v), added a check on the direction in case 30 of point on surface. Fixes a problem of stuck tracks observed in CMS, due 31 to wrong reply from the solid for points on the inner radius surface base 32 with direction along the imaginary extension of the cone. 33 - Added test case to internal test testG4Cons2. 34 35 Aug 07, 2009 T.Nikitina geom-csg-V09-02-05 36 - G4Sphere: fix for the calculation of the normal in DistanceToOut() 37 to avoid cases of division by zero in specific configurations. 38 Addresses problem report #977. 39 40 Jun 30, 2009 T.Nikitina geom-csg-V09-02-04 41 - Introduced to DistanceToIn(p,v) splitting of the distance for point very far 42 from intersection area and big difference between solid dimensions and 43 distance to it; resolves issue observed on 64 bits problem. Affected solids: 44 G4Tubs, G4Cons, G4Sphere, G4Orb. Addresses problem report #1022. 45 - Fixed rare cases of NaN on G4Sphere. 46 47 Jun 09, 2009 G.Cosmo geom-csg-V09-02-03 48 - Fixed case of non-initialised start-Phi value in G4Tubs and G4Cons, 49 problem introduced following modifications in tag "geom-csg-V09-02-00". 50 51 May 14, 2009 T.Nikitina geom-csg-V09-02-02 52 - G4Sphere: initialise flags for full sphere in constructor. 53 54 May 14, 2009 T.Nikitina geom-csg-V09-02-01 55 - G4Sphere: correction di DistanceToOut(p,v, ...) for phi sections for 56 rays passing though zero. 57 - More minor refiniments to G4Sphere following review. 58 59 May 08, 2009 G.Cosmo geom-csg-V09-02-00 60 - G4Sphere: implemented speed improvements and corrections from joint 61 code review of G4Sphere class. Cached computation for half-tolerances 62 and use of Boolean flag for identifying if full-sphere, shell or section. 63 Implemented caching of trigonometric values, now directly computed inside 64 modifiers for Phi and Theta angles as required for parametrised cases. 65 Rationalised usage of relative radial tolerances. 66 - G4Tubs, G4Cons: rationalised usage of modifiers for Phi angles and 67 simplified constructors. 68 - Added new test case for relatively big spheres in unit tests testG4Orb 69 and testG4Sphere, based on problem report #1046. 19 70 20 71 Nov 21, 2008 G.Cosmo geom-csg-V09-01-08
Note:
See TracChangeset
for help on using the changeset viewer.
