output files are now named .eam.alloy

This commit is contained in:
Axel Kohlmeyer
2022-02-12 09:37:23 -05:00
parent 0f5fbf1c42
commit 69d3b1ebf3

View File

@ -121,7 +121,7 @@ def main():
sys.exit("".join([output, valid]))
ntypes = len(atnames)
outfilename = "".join([*atnames, ".set"])
outfilename = "".join([*atnames, ".eam.alloy"])
rhor = {}
Fr = {}