Fix a typo in the radio propagation code
And for sentimental reason: keep the VC90 project file working
This commit is contained in:
parent
b61e22bdb3
commit
26011dd9c6
2 changed files with 25 additions and 1 deletions
|
@ -3198,6 +3198,30 @@
|
|||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Lib_Radio"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\src\Radio\antenna.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\Radio\antenna.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\Radio\radio.cxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\Radio\radio.hxx"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\src\Radio\itm.cpp"
|
||||
>
|
||||
</File>
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Lib_Scenery"
|
||||
>
|
||||
|
|
|
@ -1000,7 +1000,7 @@ double avar(double zzt, double zzl, double zzc, prop_type &prop, propv_type &pro
|
|||
kdv = propv.mdvar;
|
||||
no_situation_variability = kdv >= 20;
|
||||
if (no_situation_variability)
|
||||
no_situation_variability -= 20;
|
||||
kdv -= 20;
|
||||
|
||||
no_location_variability = kdv >= 10;
|
||||
if (no_location_variability)
|
||||
|
|
Loading…
Reference in a new issue