Skip to content

Commit e60d8e8

Browse files
update the ssw case 4 inviscid
1 parent f03cc66 commit e60d8e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/fun3d_examples/_ssw-testing/4_oml_shape.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -282,7 +282,7 @@
282282
# <----------------------------------------------------
283283

284284
# create an OptimizationManager object for the pyoptsparse optimization problem
285-
design_in_file = os.path.join(base_dir, "design", "design-3.txt")
285+
design_in_file = os.path.join(base_dir, "design", "design-1.txt")
286286
design_out_file = os.path.join(base_dir, "design", "design-4.txt")
287287

288288
design_folder = os.path.join(base_dir, "design")

0 commit comments

Comments
 (0)