SUNRISE_EL: remove upper_limb correction, default in DateTime:Event:Sunrise too

git-svn-id: https://svn.fhem.de/fhem/trunk/fhem@4537 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
rudolfkoenig 2014-01-03 08:28:59 +00:00
parent 4b43a2d7fc
commit 2b9f4ee1c1

View File

@ -183,12 +183,6 @@ _sunrise_sunset($$$$$)
# Compute time when Sun is at south - in hours UT
my $tsouth = 12.0 - _rev180( $sidtime - $sRA ) / $h;
# Compute the Sun's apparent radius, degrees
my $sradius = 0.2666 / $sr;
# Do correction to upper limb, if necessary
$altit -= $sradius;
# Compute the diurnal arc that the Sun traverses to reach
# the specified altitude altit:
my $cost =