Fixed a bug in the levene test, and added the levene test to the oneway cmd
[pspp-builds.git] / src / group.h
index c9050604bcad11df61b6ed5a4760843f95d5cac4..984523574212b27976f1da54f3adc58b7a97047d 100644 (file)
@@ -18,7 +18,6 @@
    02111-1307, USA. */
 
 
-
 #ifndef GROUP_H
 #define GROUP_H
 
 #include "val.h"
 
 
-enum comparison
-  {
-    CMP_LE = -2,
-    CMP_EQ = 0,
-  };
-
-
 /* Statistics for grouped data */
 struct group_statistics
   {