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):


_______________________________________________
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