mailr8519 - /branches/multi_structure/generic_fns/structure/internal.py


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

Header


Content

Posted by edward on January 19, 2009 - 13:24:
Author: bugman
Date: Mon Jan 19 13:24:24 2009
New Revision: 8519

URL: http://svn.gna.org/viewcvs/relax?rev=8519&view=rev
Log:
Bug fixes for the calls to __atom_index().


Modified:
    branches/multi_structure/generic_fns/structure/internal.py

Modified: branches/multi_structure/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/internal.py?rev=8519&r1=8518&r2=8519&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/internal.py (original)
+++ branches/multi_structure/generic_fns/structure/internal.py Mon Jan 19 
13:24:24 2009
@@ -1350,7 +1350,7 @@
                         continue
 
                     # Make the connection.
-                    self.atom_connect(index1=self.__atom_index(record[1], 
struct_index), index2=self.__atom_index(record[i+2], struct_index))
+                    self.atom_connect(index1=self.__atom_index(record[1]), 
index2=self.__atom_index(record[i+2]))
 
 
     def is_empty(self):




Related Messages


Powered by MHonArc, Updated Mon Jan 19 13:40:04 2009