mailr8588 - /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 22, 2009 - 14:56:
Author: bugman
Date: Thu Jan 22 14:56:15 2009
New Revision: 8588

URL: http://svn.gna.org/viewcvs/relax?rev=8588&view=rev
Log:
Fix for the Internal.add_molecule() method.

The orig_mol_num structure must be a list!


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=8588&r1=8587&r2=8588&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/internal.py (original)
+++ branches/multi_structure/generic_fns/structure/internal.py Thu Jan 22 
14:56:15 2009
@@ -64,7 +64,7 @@
         """
 
         # Create the structural data data structures.
-        self.pack_structs([[MolContainer()]], orig_model_num=[model], 
set_mol_name=[name])
+        self.pack_structs([[MolContainer()]], orig_model_num=[model], 
orig_mol_num=[None], set_mol_name=[name])
 
 
     def __bonded_atom(self, attached_atom, index, mol):




Related Messages


Powered by MHonArc, Updated Thu Jan 22 15:00:04 2009