Revert "updaded all airframe files to set IR neutrals in radians"

Not needed since unit="deg" is automatically converted to radians now
This reverts commit 6b3c694a48.
This commit is contained in:
Felix Ruess
2011-12-01 01:24:08 +01:00
parent 778c20931e
commit 4e6ff045b7
115 changed files with 237 additions and 237 deletions
+2 -2
View File
@@ -70,8 +70,8 @@
<define name="LONGITUDINAL_CORRECTION" value="1."/>
<define name="VERTICAL_CORRECTION" value="1."/>
<define name="ROLL_NEUTRAL_DEFAULT" value="RadOfDeg(-6)" unit="deg"/>
<define name="PITCH_NEUTRAL_DEFAULT" value="RadOfDeg(12)" unit="deg"/>
<define name="ROLL_NEUTRAL_DEFAULT" value="-6" unit="deg"/>
<define name="PITCH_NEUTRAL_DEFAULT" value="12" unit="deg"/>
<define name="CORRECTION_UP" value="1."/>
<define name="CORRECTION_DOWN" value="1."/>