Skip to content

Commit

Permalink
Merge c343972 into 1da50d4
Browse files Browse the repository at this point in the history
  • Loading branch information
ptrbortolotti committed Dec 15, 2021
2 parents 1da50d4 + c343972 commit 8ac01fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion wisdem/glue_code/glue_code.py
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ def setup(self):
self.connect("blade.outer_shape_bem.s", "rotorse.rc.s")
self.connect("blade.pa.chord_param", "rotorse.rc.chord")
self.connect("blade.interp_airfoils.coord_xy_interp", "rotorse.rc.coord_xy_interp")
self.connect("blade.internal_structure_2d_fem.layer_thickness", "rotorse.rc.layer_thickness")
self.connect("blade.ps.layer_thickness_param", "rotorse.rc.layer_thickness")
self.connect("blade.internal_structure_2d_fem.layer_start_nd", "rotorse.rc.layer_start_nd")
self.connect("blade.internal_structure_2d_fem.layer_end_nd", "rotorse.rc.layer_end_nd")
self.connect("blade.internal_structure_2d_fem.layer_web", "rotorse.rc.layer_web")
Expand Down

0 comments on commit 8ac01fa

Please sign in to comment.