Skip to content
Snippets Groups Projects
Commit c830fda5 authored by moritz.buchhorn's avatar moritz.buchhorn
Browse files

Hotfix

parent a3340c0b
Branches main
No related tags found
No related merge requests found
......@@ -207,9 +207,9 @@ class Volumetric:
)
basename = file.replace(".gbw", "")
if mode == "mo":
cubefile = f"{basename}.mo{index}a.cube"
cubefile = f"{basename}.mo{index:02d}a.cube"
if mode == "diffdens":
cubefile = f"{basename}.cisdp{index}.cube"
cubefile = f"{basename}.cisdp{index:02d}.cube"
out = Volumetric.from_cube_file(cubefile)
os.remove(cubefile)
return out
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment