Control: Fix error in FMGC Pitch

This commit is contained in:
Joshua Davidson 2018-11-15 14:09:26 -05:00
parent cd0fc2088a
commit 16817413da
2 changed files with 4 additions and 4 deletions

View file

@ -569,9 +569,9 @@
</condition>
<expression>
<table>
<property>/velocities/mach</property>
<entry><ind>0.2</ind><dep>0.0029</dep></entry>
<entry><ind>0.9</ind><dep>0.0010</dep></entry>
<property>/fdm/jsbsim/velocities/vc-kts</property>
<entry><ind>140</ind><dep>0.0029</dep></entry>
<entry><ind>360</ind><dep>0.0009</dep></entry>
</table>
</expression>
</Kp>

View file

@ -1 +1 @@
4702
4703