mailr26126 - /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:55:
Author: bugman
Date: Wed Oct  1 19:55:36 2014
New Revision: 26126

URL: http://svn.gna.org/viewcvs/relax?rev=26126&view=rev
Log:
Removal of another temporary debugging printout.


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=26126&r1=26125&r2=26126&view=diff
==============================================================================
--- trunk/pipe_control/structure/main.py        (original)
+++ trunk/pipe_control/structure/main.py        Wed Oct  1 19:55:36 2014
@@ -175,8 +175,6 @@
             for mol_name, res_num, res_name, atom_name, elem, pos in 
dp.structure.atom_loop(selection=selection, model_num=model, 
mol_name_flag=True, res_num_flag=True, res_name_flag=True, 
atom_name_flag=True, pos_flag=True, element_flag=True):
                 # A unique identifier.
                 id = "#%s:%s&%s@%s" % (mol_name, res_num, res_name, 
atom_name)
-                if id == "#uniform_mol1:1&NH@N":
-                    print id, pos[0]
 
                 atom_ids[-1].append(id)
                 atom_pos[-1][id] = pos[0]




Related Messages


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