Redo VFM interface. Get rid of compaction_necessary, compaction_nval,
[pspp-builds.git] / src / descript.q
index 72d5bba4bc35834932b3aa1706a38df2da12c419..3e5c6a4e427a16be5e2886a2d1956468a0cc3db6 100644 (file)
@@ -288,7 +288,7 @@ cmd_descriptives (void)
 
   /* Data pass! */
   bad_weight = 0;
-  procedure (precalc, calc, postcalc, NULL);
+  procedure_with_splits (precalc, calc, postcalc, NULL);
 
   if (bad_weight)
     msg (SW, _("At least one case in the data file had a weight value "