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 committed Oct 1, 2024
1 parent a494994 commit b33bcda
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 @@ -63,7 +63,7 @@ def main():
parser.add_argument(
"--nPhiBins", default=100, 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 b33bcda

Please sign in to comment.