X-Git-Url: http://dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2FMinimuf.pm;h=bc5887a7ebbb0d4d00df31123f50bf0baf7b130a;hb=b9dffeff7239952814342dad19db3a51def6fab7;hp=e5ab130f20f1f9e6664f867cacc0e9f32598d5e2;hpb=e69b2b430d27710d1bb636f9aa7720da1d067359;p=spider.git diff --git a/perl/Minimuf.pm b/perl/Minimuf.pm index e5ab130f..bc5887a7 100644 --- a/perl/Minimuf.pm +++ b/perl/Minimuf.pm @@ -36,7 +36,6 @@ package Minimuf; -use POSIX; require Exporter; @ISA = qw(Exporter); @@ -45,6 +44,10 @@ require Exporter; $noise); use strict; + +use DXDebug; +use POSIX qw(:math_h); + use vars qw($pi $d2r $r2d $halfpi $pi2 $VOFL $R $hE $hF $GAMMA $LN10 $MINBETA $BOLTZ $NTEMP $DELTAF $MPATH $GLOSS $SLOSS $noise);