CTABLES
[pspp] / src / data / dictionary.c
index c13321c7827bb2cd877c598d834f5bbc2a341c6e..d04a4f70fa5ac64ced2b27552c360123ee978498 100644 (file)
@@ -416,6 +416,12 @@ dict_set_split_vars__ (struct dictionary *d,
     }
 }
 
+enum split_type
+dict_get_split_type (const struct dictionary *d)
+{
+  return d->split_type;
+}
+
 /* Sets N split vars SPLIT in dictionary D. */
 void
 dict_set_split_vars (struct dictionary *d,