Skip to content

Commit

Permalink
remove unnecessary comment
Browse files Browse the repository at this point in the history
  • Loading branch information
peterdsharpe committed Feb 13, 2024
1 parent 7916748 commit 5c81897
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ def generate_fuselage(fuselage: Fuselage, include_main=True) -> str:
string xsec_surf = GetXSecSurf( fid, {i} );
xsec_surf = GetXSecSurf( fid, {i} );
string xsec = GetXSec( xsec_surf, {i} );
SetParmVal( fid, "Super_Width", "XSecCurve_{i}", {xsec.width} ); // This is a hack that triggers VSP to update the curve
SetParmVal( fid, "Super_Width", "XSecCurve_{i}", {xsec.width} );
SetParmVal( fid, "Super_Height", "XSecCurve_{i}", {xsec.height} );
SetParmVal( fid, "Super_M", "XSecCurve_{i}", {xsec.shape} );
SetParmVal( fid, "Super_N", "XSecCurve_{i}", {xsec.shape} );
Expand Down

0 comments on commit 5c81897

Please sign in to comment.