Skip to content

Commit

Permalink
added Value error
Browse files Browse the repository at this point in the history
  • Loading branch information
anupama-reghunath committed Dec 11, 2024
1 parent 130cd0e commit 8fa4d9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geometry/geometry_config.py
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
if "scName" not in globals():
scName = None
if "DecayVolumeMedium" not in globals():
DecayVolumeMedium = "helium"
raise ValueError("DecayVolumeMedium is not defined, possibly old (incompatible) geometry!")
if "SND" not in globals():
SND = False

Expand Down

0 comments on commit 8fa4d9b

Please sign in to comment.