LDMX-Software / G4DarkBreM

Dark Bremmstrahlung in Geant4 with MadGraph event libraries.
https://ldmx-software.github.io/G4DarkBreM/
Apache License 2.0
0 stars 1 forks source link

expand single-char variable names to avoid compiler warnings #21

Closed tomeichlersmith closed 1 year ago

tomeichlersmith commented 1 year ago

the 'm' variable overrides the global 'm = meter' definition Geant4 makes, we can easily get a clean compiler log by expanding those to be longer

tomeichlersmith commented 1 year ago

Failure due to upstream issue where Geant4 packaging CMake does not use a function properly according to the newer CMake installed on runners. Since the test passed on the earlier G4 versions, I am going to go ahead and make a release.