Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions ProceduralDynamics/Parts/DYJproceduralwingB9/part.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -44,8 +44,8 @@ PART

// --- winglet parameters ---
// dragCoeff will override the maximum_drag value
dragCoeff = 0.2
deflectionLiftCoeff = 0.5
dragCoeff = 0.2 // deprecated // [WRN ] PartLoader Warning: Variable dragCoeff not found in Part
deflectionLiftCoeff = 0.5 // deprecated // [WRN ] PartLoader Warning: Variable deflectionLiftCoeff not found in Part

MODULE
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ PART
doNotParticipateInParentSnapping = true
isWing = false
isCtrlSrf = true
relativeThicknessScaling = false;
relativeThicknessScaling = false // ";" // [ERR ] Invalid boolean value
}

MODULE
Expand Down