mailr5112 - /1.3/generic_fns/structure.py


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

Header


Content

Posted by edward on February 21, 2008 - 16:19:
Author: bugman
Date: Thu Feb 21 16:19:00 2008
New Revision: 5112

URL: http://svn.gna.org/viewcvs/relax?rev=5112&view=rev
Log:
Removed some debugging code.


Modified:
    1.3/generic_fns/structure.py

Modified: 1.3/generic_fns/structure.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure.py?rev=5112&r1=5111&r2=5112&view=diff
==============================================================================
--- 1.3/generic_fns/structure.py (original)
+++ 1.3/generic_fns/structure.py Thu Feb 21 16:19:00 2008
@@ -1139,8 +1139,6 @@
         if phi[j_min] < max_angle:
             break
 
-    print j_min
-
     # Loop over the radial array of vectors (change in longitude).
     for i in range(inc):
         # Cap atom id.
@@ -1150,10 +1148,7 @@
         edge_atom_id = 'T' + `i` + atom_id_ext
 
         # Connect the two atoms (to stitch up the 2 objects).
-        print "Connecting: " + `cap_atom_id` + " to " + `edge_atom_id`
         atom_connect(atomic_data=atomic_data, atom_id=edge_atom_id, 
bonded_id=cap_atom_id)
-
-
 
 
 def terminate(atomic_data=None, atom_id_ext='', res_num=None):




Related Messages


Powered by MHonArc, Updated Thu Feb 21 16:20:40 2008