mailr5347 - /1.3/generic_fns/structure/internal_pdb.py


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

Header


Content

Posted by edward on April 07, 2008 - 13:50:
Author: bugman
Date: Mon Apr  7 13:50:51 2008
New Revision: 5347

URL: http://svn.gna.org/viewcvs/relax?rev=5347&view=rev
Log:
Fixed the internal call to the atom_add() method.


Modified:
    1.3/generic_fns/structure/internal_pdb.py

Modified: 1.3/generic_fns/structure/internal_pdb.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/internal_pdb.py?rev=5347&r1=5346&r2=5347&view=diff
==============================================================================
--- 1.3/generic_fns/structure/internal_pdb.py (original)
+++ 1.3/generic_fns/structure/internal_pdb.py Mon Apr  7 13:50:51 2008
@@ -200,7 +200,7 @@
         last_res = atomic_arrays[-1][3]
 
         # Add the TER 'atom'.
-        atom_add(atom_id='TER' + atom_id_ext, record_name='TER', 
res_name=last_res, res_num=res_num)
+        self.atom_add(atom_id='TER' + atom_id_ext, record_name='TER', 
res_name=last_res, res_num=res_num)
 
 
     def write_pdb_file(self, file):




Related Messages


Powered by MHonArc, Updated Mon Apr 07 14:00:13 2008