We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1dd306a commit dfa4cdeCopy full SHA for dfa4cde
external/CMakeLists.txt
@@ -47,7 +47,7 @@ if(CELERITAS_BUILTIN_covfie)
47
e9cd0546c7bc9539f440273bbad303c97215ccd87403cedb4aa387a313938d57
48
)
49
set(COVFIE_PLATFORM_CPU ON)
50
- set(COVFIE_PLATFORM_CUDA ${CELERITAS_USE_})
+ set(COVFIE_PLATFORM_CUDA ${CELERITAS_USE_CUDA})
51
set(COVFIE_PLATFORM_HIP ${CELERITAS_USE_HIP})
52
endif()
53
src/accel/TrackingManagerIntegration.cc
@@ -7,6 +7,7 @@
7
#include "TrackingManagerIntegration.hh"
8
9
#include <memory>
10
+#include <set>
11
#include <G4ParticleDefinition.hh>
12
#include <G4Threading.hh>
13
0 commit comments