changeset 3:2bb8c4bb7348 draft

Uploaded
author kellrott
date Fri, 10 May 2013 14:38:51 -0400
parents 669cf72f8b79
children d0e3b5778e17
files matrix_manipulate/matrix_transpose.py
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/matrix_manipulate/matrix_transpose.py	Fri Dec 21 18:14:02 2012 -0500
+++ b/matrix_manipulate/matrix_transpose.py	Fri May 10 14:38:51 2013 -0400
@@ -33,7 +33,6 @@
         if col_label is None:
             col_label = data
         else:
-            row_label.append(data[0])
             if use_float:
                 o = array.array('f')
                 for i in data[1:]: