IAP GITLAB

Skip to content
Snippets Groups Projects
Commit 1ea5333d authored by ralfulrich's avatar ralfulrich Committed by Felix Riehn
Browse files

removed debug printout

parent c4ec6492
No related branches found
No related tags found
No related merge requests found
......@@ -159,8 +159,6 @@ if __name__ == "__main__":
pythia_db = load_pythiadb(sys.argv[1])
read_sibyll_codes(sys.argv[2], pythia_db)
print (str(pythia_db))
with open("Generated.inc", "w") as f:
print("// this file is automatically generated\n// edit at your own risk!\n", file=f)
print(generate_sibyll_enum(pythia_db), file=f)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment