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:
parent
4431137ace
commit
ca6fb8a271
1 changed files with 40 additions and 40 deletions
|
@ -57,38 +57,38 @@
|
|||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
<pointmass name="Co-Pilot">
|
||||
<weight unit="LBS"> 0 </weight>
|
||||
<location name="POINTMASS" unit="IN">
|
||||
<x> 36 </x>
|
||||
<y> 14 </y>
|
||||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
<pointmass name="Left Passenger">
|
||||
<weight unit="LBS"> 0 </weight>
|
||||
<location name="POINTMASS" unit="IN">
|
||||
<x> 70 </x>
|
||||
<y> -14 </y>
|
||||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
<pointmass name="Right Passenger">
|
||||
<weight unit="LBS"> 0 </weight>
|
||||
<location name="POINTMASS" unit="IN">
|
||||
<x> 70 </x>
|
||||
<y> 14 </y>
|
||||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
<pointmass name="Baggage">
|
||||
<weight unit="LBS"> 0 </weight>
|
||||
<location name="POINTMASS" unit="IN">
|
||||
<x> 95 </x>
|
||||
<y> 0 </y>
|
||||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
<pointmass name="Co-Pilot">
|
||||
<weight unit="LBS"> 0 </weight>
|
||||
<location name="POINTMASS" unit="IN">
|
||||
<x> 36 </x>
|
||||
<y> 14 </y>
|
||||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
<pointmass name="Left Passenger">
|
||||
<weight unit="LBS"> 0 </weight>
|
||||
<location name="POINTMASS" unit="IN">
|
||||
<x> 70 </x>
|
||||
<y> -14 </y>
|
||||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
<pointmass name="Right Passenger">
|
||||
<weight unit="LBS"> 0 </weight>
|
||||
<location name="POINTMASS" unit="IN">
|
||||
<x> 70 </x>
|
||||
<y> 14 </y>
|
||||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
<pointmass name="Baggage">
|
||||
<weight unit="LBS"> 0 </weight>
|
||||
<location name="POINTMASS" unit="IN">
|
||||
<x> 95 </x>
|
||||
<y> 0 </y>
|
||||
<z> 24 </z>
|
||||
</location>
|
||||
</pointmass>
|
||||
</mass_balance>
|
||||
|
||||
<ground_reactions>
|
||||
|
|
Loading…
Reference in a new issue