pspp-cvs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Pspp-cvs] Changes to pspp/src/examine.q


From: John Darrington
Subject: [Pspp-cvs] Changes to pspp/src/examine.q
Date: Sun, 30 Jan 2005 20:54:58 -0500

Index: pspp/src/examine.q
diff -u pspp/src/examine.q:1.21 pspp/src/examine.q:1.22
--- pspp/src/examine.q:1.21     Fri Jan 21 11:59:39 2005
+++ pspp/src/examine.q  Mon Jan 31 01:54:57 2005
@@ -372,6 +372,8 @@
 }
 
 
+/* Create a hash table of percentiles and their values from the list of
+   percentiles */
 static struct hsh_table *
 list_to_ptile_hash(const subc_list_double *l)
 {
@@ -391,6 +393,7 @@
       struct percentile *p = xmalloc (sizeof (struct percentile));
       
       p->p = subc_list_double_at(l,i);
+      p->v = SYSMIS;
 
       hsh_insert(h, p);
 
@@ -1527,12 +1530,14 @@
     
     assert(p);
 
+
     tab_float (tbl, col + 2, 
               row + 4,
               TAB_CENTER,
               p->v,
               8, 2);
   }
+    
 
   tab_text (tbl, col, 
            row + 5,




reply via email to

[Prev in Thread] Current Thread [Next in Thread]