From ad321e7b7e2172228be4ce694d740e4f9629d383 Mon Sep 17 00:00:00 2001 From: djk Date: Thu, 21 Oct 1999 20:55:32 +0000 Subject: [PATCH] detail change --- cmd/show/muf.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/show/muf.pl b/cmd/show/muf.pl index e880eabd..5c9f92b6 100644 --- a/cmd/show/muf.pl +++ b/cmd/show/muf.pl @@ -46,7 +46,7 @@ $d = ($d / $R); my ($hr1, $day, $month) = (gmtime($main::systime))[2,3,4]; $month++; my $flux = Geomag::sfi; -my $ssn = Geomag::r || Minimuf::spots($flux); +my $ssn = Minimuf::spots($flux); my $theta; # path angle (rad) my ($lats, $lons); # subsolar coordinates (rad) -- 2.34.1