We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f77285e commit 239346aCopy full SHA for 239346a
1 file changed
toolchain/mfc/test/case.py
@@ -477,7 +477,7 @@ def create_input_lagrange(path_test):
477
file.write("0.5\t0.5\t0.5\t0.0\t0.0\t0.0\t8.0e-03\t0.0")
478
479
480
-def copy_input_lagrange(path_examplse_input, path_test):
+def copy_input_lagrange(path_example_input, path_test):
481
folder_path_dest = path_test + "/input/"
482
file_path_dest = folder_path_dest + "lag_bubbles.dat"
483
file_path_src = common.MFC_EXAMPLE_DIRPATH + path_example_input + "/input/lag_bubbles.dat"
0 commit comments