Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c6c8a53
update to fix underlying issues
makeclean Dec 19, 2024
4843665
Fixed the (common) distanceToIn bug
makeclean Jan 7, 2025
0f9eee9
attempt to follow updated logic
makeclean Jan 13, 2025
6da6807
Updated the tests and the calculate area function
makeclean Apr 11, 2025
61e92e5
Reverted changes to DistanceToIn(p,v)
makeclean Apr 11, 2025
26475d4
Finally fixed the original tracking bug, incorrect assumptions about …
makeclean Apr 22, 2025
7546d5a
Remove un-needed test
makeclean Apr 22, 2025
33754a1
Missing new test file and changes to CMake file
makeclean Apr 24, 2025
13d74ea
Forgot to commit the tests to this PR
makeclean Apr 24, 2025
a93c9df
style guide changes
makeclean Apr 24, 2025
15a8737
updated changelog
makeclean Apr 24, 2025
63eed40
Updated to remove the dependency on G4TessellatedSolid which was need…
makeclean May 19, 2025
97015d7
Tidy of the descriptions
makeclean May 19, 2025
4b3b086
Style guide
makeclean May 19, 2025
4bc725e
Unused variable
makeclean May 19, 2025
fd3d78e
Misssing header for G4Polyhedron.hh
makeclean May 19, 2025
dacf5f9
Remove more un-used results
makeclean May 19, 2025
56399ed
Explicit namespace for MOAB
makeclean May 19, 2025
938f393
Further explicit moab namespacing
makeclean May 19, 2025
b6f1786
Updated to reflect review comments on consistent naming scheme
makeclean May 19, 2025
13c7813
Updated changelog
makeclean May 19, 2025
12d7447
Style guide
makeclean May 19, 2025
4059262
Attempt with HepPolyhedron - don't like the warning messages
makeclean May 19, 2025
61e2eac
Add the correct Macro for Geant4 Version
makeclean May 19, 2025
c2216f3
Style guide
makeclean May 19, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions doc/CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ Next version

**Changed:**

* Fixed Geant4 tracking when using non-trivial geometries (#981)
* Adding info messages to CMake output for double down (#962)
* Update hdf5 to v1.14.3 from v1.10.4 (#931 #933)
* Ensure implicit complement handle is placed at the back of DAGMC volume indices (#935)
Expand Down
Loading