1
0
Fork 0

Remove some junk characters from the upper half of the ASCII table, and convert a few stray tabs to spaces. This is only a cleanup - no values are changed.

This commit is contained in:
daveluff 2009-10-17 15:04:44 +00:00
parent 4431137ace
commit ca6fb8a271

View file

@ -57,38 +57,38 @@
<z> 24 </z> <z> 24 </z>
</location> </location>
</pointmass> </pointmass>
 <pointmass name="Co-Pilot"> <pointmass name="Co-Pilot">
           <weight unit="LBS"> 0 </weight> <weight unit="LBS"> 0 </weight>
           <location name="POINTMASS" unit="IN"> <location name="POINTMASS" unit="IN">
               <x> 36 </x> <x> 36 </x>
               <y> 14 </y> <y> 14 </y>
               <z> 24 </z> <z> 24 </z>
           </location> </location>
       </pointmass> </pointmass>
       <pointmass name="Left Passenger"> <pointmass name="Left Passenger">
           <weight unit="LBS"> 0 </weight> <weight unit="LBS"> 0 </weight>
           <location name="POINTMASS" unit="IN"> <location name="POINTMASS" unit="IN">
               <x> 70 </x> <x> 70 </x>
               <y> -14 </y> <y> -14 </y>
               <z> 24 </z> <z> 24 </z>
           </location> </location>
       </pointmass> </pointmass>
       <pointmass name="Right Passenger"> <pointmass name="Right Passenger">
           <weight unit="LBS"> 0 </weight> <weight unit="LBS"> 0 </weight>
           <location name="POINTMASS" unit="IN"> <location name="POINTMASS" unit="IN">
               <x> 70 </x> <x> 70 </x>
               <y> 14 </y> <y> 14 </y>
               <z> 24 </z> <z> 24 </z>
           </location> </location>
       </pointmass> </pointmass>
       <pointmass name="Baggage"> <pointmass name="Baggage">
           <weight unit="LBS"> 0 </weight> <weight unit="LBS"> 0 </weight>
           <location name="POINTMASS" unit="IN"> <location name="POINTMASS" unit="IN">
               <x> 95 </x> <x> 95 </x>
               <y>  0 </y> <y> 0 </y>
               <z> 24 </z> <z> 24 </z>
           </location> </location>
       </pointmass> </pointmass>
</mass_balance> </mass_balance>
<ground_reactions> <ground_reactions>
@ -255,8 +255,8 @@
<aerosurface_scale name="Elevator Position Normalized"> <aerosurface_scale name="Elevator Position Normalized">
<input>fcs/elevator-pos-deg</input> <input>fcs/elevator-pos-deg</input>
<domain> <domain>
<min>-28</min> <min>-28</min>
<max>23</max> <max>23</max>
</domain> </domain>
<range> <range>
<min>-1</min> <min>-1</min>
@ -288,8 +288,8 @@
<aerosurface_scale name="Left Aileron Position Normalized"> <aerosurface_scale name="Left Aileron Position Normalized">
<input>fcs/left-aileron-pos-deg</input> <input>fcs/left-aileron-pos-deg</input>
<domain> <domain>
<min>-20</min> <min>-20</min>
<max>15</max> <max>15</max>
</domain> </domain>
<range> <range>
<min>-1</min> <min>-1</min>
@ -311,8 +311,8 @@
<aerosurface_scale name="Right Aileron Position Normalized"> <aerosurface_scale name="Right Aileron Position Normalized">
<input>fcs/right-aileron-pos-deg</input> <input>fcs/right-aileron-pos-deg</input>
<domain> <domain>
<min>-15</min> <min>-15</min>
<max>20</max> <max>20</max>
</domain> </domain>
<range> <range>
<min>1</min> <min>1</min>
@ -344,8 +344,8 @@
<aerosurface_scale name="Rudder Position Normalized"> <aerosurface_scale name="Rudder Position Normalized">
<input>fcs/rudder-pos-deg</input> <input>fcs/rudder-pos-deg</input>
<domain> <domain>
<min>-16</min> <min>-16</min>
<max>16</max> <max>16</max>
</domain> </domain>
<range> <range>
<min>-1</min> <min>-1</min>