Skip to content
Snippets Groups Projects
Commit f1123a4c authored by Paul Gierz's avatar Paul Gierz
Browse files

Update run_all.py

parent ba11525e
No related branches found
No related tags found
No related merge requests found
......@@ -15,6 +15,8 @@ if __name__ == "__main__":
print("Starting generation of a mesh: {{cookiecutter.mesh_name}}.")
print(40*"- ")
print("Gathering input data:")
if not os.path.exists("./raw_input_data"):
os.makedirs("./raw_input_data")
shutil.copyfile("{{cookiecutter.input_fpath}}", "./raw_input_data/{{cookiecutter.input_fname}}")
print(40*"- ")
print("* MATLAB Part:")
......
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