File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change @@ -112,6 +112,7 @@ println("\nITERATION STEP THROUGH TESTS")
112112 rotor,
113113 paneling_constants,
114114 operating_point,
115+ reference_parameters,
115116 prepost_containers,
116117 problem_dimensions;
117118 integration_options= options. integration_options,
Original file line number Diff line number Diff line change @@ -82,8 +82,6 @@ println("\nLINEAR SYSTEM ASSEMBLY TESTS")
8282 RHS = dt. assemble_rhs_matrix (
8383 vdnb,
8484 vdnpcp,
85- panels. npanel,
86- panels. nnode,
8785 panels. totpanel[],
8886 panels. totnode[],
8987 panels. prescribednodeidxs,
@@ -166,8 +164,6 @@ println("\nLINEAR SYSTEM ASSEMBLY TESTS")
166164 RHS = dt. assemble_rhs_matrix (
167165 vdnb,
168166 vdnpcp,
169- panels. npanel,
170- panels. nnode,
171167 panels. totpanel[],
172168 panels. totnode[],
173169 panels. prescribednodeidxs,
Original file line number Diff line number Diff line change 465465 solve_parameter_tuple. wakeK,
466466 ducted_rotor,
467467 operating_point,
468+ reference_parameters,
468469 prepost_containers,
469470 problem_dimensions;
470471 grid_solver_options= options. grid_solver_options,
579580 solve_parameter_tuple. wakeK,
580581 ducted_rotor,
581582 operating_point,
583+ reference_parameters,
582584 prepost_containers,
583585 problem_dimensions;
584586 grid_solver_options= options. grid_solver_options,
You can’t perform that action at this time.
0 commit comments