Skip to content

Commit

Permalink
fix x0max user interface
Browse files Browse the repository at this point in the history
Co-authored-by: Thomas Madlener <[email protected]>
  • Loading branch information
Victor-Schwan and tmadlener authored Sep 27, 2024
1 parent 80d9cc4 commit 00a42c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion utils/material_plots_2D.py
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ def main():
type=int,
help="Number of bins in phi",
)
parser.add_argument("--x0Max", "-x", default=0.0, type=float, help="Max of x0")
parser.add_argument("--x0max", "-x", default=0.0, type=float, help="Max of x0")
parser.add_argument(
"--outputDir",
"-o",
Expand Down

0 comments on commit 00a42c8

Please sign in to comment.