1
0
Fork 0

EOL characters: ensure consistency

This commit is contained in:
legoboyvdlp R 2020-06-01 19:54:14 +01:00
parent 4a7243635e
commit e3321be90b
2 changed files with 134 additions and 134 deletions

View file

@ -69,29 +69,29 @@
<model> <model>
<path>Aircraft/A320-family/Models/Effects/Moisture-neo.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture-neo.xml</path>
<name>moisture</name> <name>moisture</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>45</value> <value>45</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>75</value> <value>75</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1</property> <property>engines/engine[0]/n1</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0</x-m> <x-m>0</x-m>
@ -105,33 +105,33 @@
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>15</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<equals> <equals>
<property>engines/engine[0]/reverser-pos-norm</property> <property>engines/engine[0]/reverser-pos-norm</property>
<value>0</value> <value>0</value>
</equals> </equals>
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>4.875</x-m> <x-m>4.875</x-m>
@ -144,29 +144,29 @@
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[0]/n1-actual</property> <property>engines/engine[0]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>engines/engine[0]/reverser-pos-norm</property> <property>engines/engine[0]/reverser-pos-norm</property>
<value>0.75</value> <value>0.75</value>
</greater-than> </greater-than>
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>-1.0</x-m> <x-m>-1.0</x-m>

View file

@ -58,29 +58,29 @@
<model> <model>
<name>moisture</name> <name>moisture</name>
<path>Aircraft/A320-family/Models/Effects/Moisture.xml</path> <path>Aircraft/A320-family/Models/Effects/Moisture.xml</path>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/relative-humidity</property> <property>environment/relative-humidity</property>
<value>45</value> <value>45</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>75</value> <value>75</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1</property> <property>engines/engine[1]/n1</property>
<value>60</value> <value>60</value>
</greater-than> </greater-than>
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0</x-m> <x-m>0</x-m>
@ -94,33 +94,33 @@
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray.xml</path>
<name>engine-spray</name> <name>engine-spray</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>15</value> <value>15</value>
</less-than-equals> </less-than-equals>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1-actual</property> <property>engines/engine[1]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<equals> <equals>
<property>engines/engine[1]/reverser-pos-norm</property> <property>engines/engine[1]/reverser-pos-norm</property>
<value>0</value> <value>0</value>
</equals> </equals>
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>4.875</x-m> <x-m>4.875</x-m>
@ -133,29 +133,29 @@
<model> <model>
<path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path> <path>Aircraft/A320-family/Models/Effects/engine-spray-reverse.xml</path>
<name>engine-spray-reverse</name> <name>engine-spray-reverse</name>
<condition> <condition>
<and> <and>
<greater-than> <greater-than>
<property>position/altitude-agl-ft</property> <property>position/altitude-agl-ft</property>
<value>1</value> <value>1</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>environment/surface/wetness</property> <property>environment/surface/wetness</property>
<value>0.3</value> <value>0.3</value>
</greater-than> </greater-than>
<less-than-equals> <less-than-equals>
<property>sim/time/sun-angle-rad</property> <property>sim/time/sun-angle-rad</property>
<value>1.63</value> <value>1.63</value>
</less-than-equals> </less-than-equals>
<greater-than> <greater-than>
<property>engines/engine[1]/n1-actual</property> <property>engines/engine[1]/n1-actual</property>
<value>65</value> <value>65</value>
</greater-than> </greater-than>
<greater-than> <greater-than>
<property>engines/engine[1]/reverser-pos-norm</property> <property>engines/engine[1]/reverser-pos-norm</property>
<value>0.75</value> <value>0.75</value>
</greater-than> </greater-than>
</and> </and>
</condition> </condition>
<offsets> <offsets>
<x-m>0</x-m> <x-m>0</x-m>