pspp-cvs
[Top][All Lists]
Advanced

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

[Pspp-cvs] Changes to pspp/src/matrix-data.c


From: Ben Pfaff
Subject: [Pspp-cvs] Changes to pspp/src/matrix-data.c
Date: Mon, 18 Apr 2005 02:15:23 -0400

Index: pspp/src/matrix-data.c
diff -u pspp/src/matrix-data.c:1.24 pspp/src/matrix-data.c:1.25
--- pspp/src/matrix-data.c:1.24 Mon Mar 14 06:54:40 2005
+++ pspp/src/matrix-data.c      Mon Apr 18 06:15:21 2005
@@ -1666,11 +1666,8 @@
          int factor;
 
          for (factor = 0; factor < mx->n_factors; factor++)
-           {
-             case_data_rw (c, mx->factors[factor]->fv)->f
-               = iter->factors[factor];
-             debug_printf (("f:%s ", factors[factor]->name));
-           }
+            case_data_rw (c, mx->factors[factor]->fv)->f
+              = iter->factors[factor];
        }
        
        {




reply via email to

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