Import Geant4 10.7.0 source tree

This commit is contained in:
Gabriele Cosmo
2020-12-04 12:30:43 +01:00
parent 67ba86d073
commit dab42d2018
3770 changed files with 226369 additions and 286486 deletions
+17 -1
View File
@@ -16,6 +16,22 @@ committal in the CVS repository !
* Reverse chronological order (last date on top), please *
----------------------------------------------------------
5 November 2020 Witek Pokorski (gdml-V10-06-05)
- Adding new method to the parser SetOutputFileOverwrite(G4bool flag) which
allows to set the flag to enable overwriting of the output GDML file.
19 October 2020 Witek Pokorski (gdml-V10-06-04)
- Fix for problem 2273 (fixing loops when from == to).
7 October 2020 Gabriele Cosmo (gdml-V10-06-03)
- Minor c++11 review. Code cleanup and formatting.
6 October 2020 Gabriele Cosmo (gdml-V10-06-02)
- Use std::map instead of std::vector to iterate on logical-border surfaces
in G4GDMLWriteStructure::GetBorderSurface().
Based on GitHub PR #6 by J.Brodsky.
- Some code cleanup and formatting in G4GDMLWriteStructure source.
21 February 2020 Witek Pokorski (gdml-V10-06-01)
- Fixed writting out and reading in of const properties of material.
@@ -540,7 +556,7 @@ G4MaterialPropertyVector object for identical properties.
parsing problems in imported files.
26 February 2009 Tatiana Nikitina (gdml-V09-02-04)
- Corrected treatment of brackets and indeces for matrices in G4GDMLEvaluator.
- Corrected treatment of brackets and indices for matrices in G4GDMLEvaluator.
Fixes problem report #1048.
24 February 2009 Gabriele Cosmo (gdml-V09-02-03)