SPLIT FILE: Add LAYERED vs. SEPARATE distinction to the dictionary.
[pspp] / src / language / data-io / matrix-data.c
index f510ec25162d194273de45aa9572077a8a718af3..df8647480f9986593ec2351df20dd90c201ea938 100644 (file)
@@ -1158,7 +1158,7 @@ cmd_matrix_data (struct lexer *lexer, struct dataset *ds)
   dict_reorder_vars (dict, order, n_order);
   free (order);
 
-  dict_set_split_vars (dict, mf.svars, mf.n_svars);
+  dict_set_split_vars (dict, mf.svars, mf.n_svars, SPLIT_LAYERED);
 
   schedule_matrices (&mf);