Author: bugman
Date: Mon Jan 12 14:11:32 2009
New Revision: 8405

URL: http://svn.gna.org/viewcvs/relax?rev=8405&view=rev
Log:
Renamed Molecule_container to MolContainer.


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=8405&r1=8404&r2=8405&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/internal.py (original)
+++ branches/multi_structure/generic_fns/structure/internal.py Mon Jan 12 
14:11:32 2009
@@ -1003,7 +1003,7 @@
                 print "%-25s %-10s" % ("Structure ID string: ", `new_mol_name`)
 
                 # Generate the molecule container.
-                mol = Molecule_container(mol_name=new_mol_name, 
file_name=file, file_path=path, file_model=model_num, file_mol_num=mol_num)
+                mol = MolContainer(mol_name=new_mol_name, file_name=file, 
file_path=path, file_model=model_num, file_mol_num=mol_num)
 
                 # Add the molecule to the last model.
                 self.structural_data[-1].mol.add_item(mol_name=new_mol_name, 
mol_cont=mol)
@@ -1368,7 +1368,7 @@
         file.write("END\n")
 
 
-class Molecule_container:
+class MolContainer:
     """The container for the molecular information.
 
     The structural data object for this class is a container possessing a 
number of different arrays


_______________________________________________
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