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:


_______________________________________________
relax (http://nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to