mailr26125 - /trunk/pipe_control/structure/main.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on October 01, 2014 - 19:50:
Author: bugman
Date: Wed Oct  1 19:50:20 2014
New Revision: 26125

URL: http://svn.gna.org/viewcvs/relax?rev=26125&view=rev
Log:
Removed a debugging printout fatal for Python3.


Modified:
    trunk/pipe_control/structure/main.py

Modified: trunk/pipe_control/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/structure/main.py?rev=26125&r1=26124&r2=26125&view=diff
==============================================================================
--- trunk/pipe_control/structure/main.py        (original)
+++ trunk/pipe_control/structure/main.py        Wed Oct  1 19:50:20 2014
@@ -210,9 +210,6 @@
 
     # Convert to a numpy array.
     coord = array(coord, float64)
-    for i in range(num):
-        print coord[i][0]
-
 
     # The different algorithms.
     if method == 'fit to mean':




Related Messages


Powered by MHonArc, Updated Wed Oct 01 20:00:03 2014