From f12d60bf1468764a86b8d2dc61ff6e5a5f857408 Mon Sep 17 00:00:00 2001 From: jofret Date: Thu, 23 Apr 2009 06:43:49 +0000 Subject: Force compiler to see this as double without a cast. --- src/signalProcessing/ifft/difftmx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src') diff --git a/src/signalProcessing/ifft/difftmx.c b/src/signalProcessing/ifft/difftmx.c index 5345f31a..a2cce1b6 100644 --- a/src/signalProcessing/ifft/difftmx.c +++ b/src/signalProcessing/ifft/difftmx.c @@ -142,7 +142,7 @@ int difftmx ( double* _pdblA , double* _pdblB , int _iNtot, int _iN, int _iNspan inc = abs ( isn ) ; nt = inc*ntot ; ks = inc*nspan; - rad = atan ( double(1) ); + rad = atan (1.0); c72 = cos (rad/0.6250); s72 = sin (rad/0.6250); -- cgit