blob: 0d224b2965132e96db719fdf145325feb7c1a791 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
Inititialize/clear more variables. Now this test works on Alphas too.
--- ../testbed/testcms.c Tue Feb 13 12:08:32 2001
+++ ../testbed/testcms.c Wed Sep 5 10:04:07 2001
@@ -582,5 +582,5 @@
static void ClearStats(LPSTATS p)
{
- p -> x = p -> y = p -> x2 = p -> y2 = p -> xy
+ p -> n = p -> x = p -> y = p -> x2 = p -> y2 = p -> xy
= p -> Peak = 0.0;
}
|