Skip to content

Commit

Permalink
Fix GetNumberTimeIterations() in custom_inlet regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
patelha57 committed Feb 8, 2025
1 parent 61c51cf commit 4b98482
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion TestCases/py_wrapper/custom_inlet/run.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ def main():
print("\n------------------------------ Begin Solver -----------------------------")
sys.stdout.flush()

for time_iter in range(driver.GetNumberTimeIter()):
for time_iter in range(driver.GetNumberTimeIterations()):
# Change the total pressure.
if marker_id >= 0:
for i_vertex in range(driver.GetNumberMarkerNodes(marker_id)):
Expand Down

0 comments on commit 4b98482

Please sign in to comment.