math: Make 'accumulate' a feature of order statistics, not all stats.
[pspp] / src / math / box-whisker.c
index 86277333ff4ec67611833860d2402611dfd133a3..e0fbbe94b2e1d61a103520f3c96789c0ba19519c 100644 (file)
@@ -151,9 +151,9 @@ box_whisker_create (const struct tukey_hinges *th,
   *w = (struct box_whisker) {
     .parent = {
       .parent = {
-        .accumulate = acc,
         .destroy = destroy,
       },
+      .accumulate = acc,
     },
     .hinges = { hinges[0], hinges[1], hinges[2] },
     .whiskers = { SYSMIS, hinges[2] },