Skip to content

Commit 239346a

Browse files
fix: correct unintended change path_examplse_input back to path_example_input
1 parent f77285e commit 239346a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

toolchain/mfc/test/case.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ def create_input_lagrange(path_test):
477477
file.write("0.5\t0.5\t0.5\t0.0\t0.0\t0.0\t8.0e-03\t0.0")
478478

479479

480-
def copy_input_lagrange(path_examplse_input, path_test):
480+
def copy_input_lagrange(path_example_input, path_test):
481481
folder_path_dest = path_test + "/input/"
482482
file_path_dest = folder_path_dest + "lag_bubbles.dat"
483483
file_path_src = common.MFC_EXAMPLE_DIRPATH + path_example_input + "/input/lag_bubbles.dat"

0 commit comments

Comments
 (0)