Clean up pref.h.orig and deal with the consequences.
[pspp] / src / var.h
index 71c645387b0c8bc8aa45f3211f265722b741d912..a698045d63e4065e6a5532950dd9f721cab94228 100644 (file)
--- a/src/var.h
+++ b/src/var.h
@@ -134,7 +134,11 @@ struct t_test_proc
   {
     double mean;
 
+    /* Population std. deviation */
     double std_dev;
+
+    /* Sample std. deviation */
+    double s_std_dev;
     
     /* count */
     double n;