no longer depends on linmath

This commit is contained in:
David Rose 2006-03-29 00:29:19 +00:00
parent ac764876e4
commit f4ecb972b4
1 changed files with 1 additions and 2 deletions

View File

@ -29,7 +29,6 @@
#include "config_pstats.h"
#include "pStatProperties.h"
#include "cmath.h"
#include "mathNumbers.h"
#include <algorithm>
@ -73,7 +72,7 @@ PStatClientImpl(PStatClient *client) :
_udp_count_factor = 0.0f;
} else {
csincos(pstats_tcp_ratio * MathNumbers::pi_f / 2.0f,
csincos(pstats_tcp_ratio * (3.14159265f / 2.0f),
&_udp_count_factor,
&_tcp_count_factor);
}