X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fmath%2Fpercentiles.c;h=9055279b5afa1db5f54db6a0cb062eaf734d78bf;hb=5f3cd72e75cfe4ded7c2ca3b2cd0936412ba71ab;hp=2063dd2c6549a2fe3c5cc06039a4986d0a1f86c8;hpb=90a008db8b2f6e5bec903e584eb68e9bb20c061e;p=pspp diff --git a/src/math/percentiles.c b/src/math/percentiles.c index 2063dd2c65..9055279b5a 100644 --- a/src/math/percentiles.c +++ b/src/math/percentiles.c @@ -48,8 +48,6 @@ percentile_calculate (const struct percentile *ptl, enum pc_alg alg) struct percentile *mutable = CONST_CAST (struct percentile *, ptl); const struct order_stats *os = &ptl->parent; - assert (os->cc == ptl->w); - if ( ptl->g1 == SYSMIS) mutable->g1 = (os->k[0].tc - os->k[0].cc) / os->k[0].c_p1;