mailr8507 - /branches/multi_structure/generic_fns/structure/main.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 - 11:15:
Author: bugman
Date: Mon Jan 19 11:15:15 2009
New Revision: 8507

URL: http://svn.gna.org/viewcvs/relax?rev=8507&view=rev
Log:
Fixed a call to bond_vectors().


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

Modified: branches/multi_structure/generic_fns/structure/main.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/main.py?rev=8507&r1=8506&r2=8507&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/main.py (original)
+++ branches/multi_structure/generic_fns/structure/main.py Mon Jan 19 
11:15:15 2009
@@ -349,7 +349,7 @@
                 continue
 
         # Get the bond info.
-        bond_vectors, attached_name, warnings = 
cdp.structure.bond_vectors(atom_id=id, attached_atom=attached, model=model, 
return_name=True, return_warnings=True)
+        bond_vectors, attached_name, warnings = 
cdp.structure.bond_vectors(atom_id=id, attached_atom=attached, 
model_num=model, return_name=True, return_warnings=True)
 
         # No attached atom.
         if not bond_vectors:




Related Messages


Powered by MHonArc, Updated Mon Jan 19 11:20:02 2009