mailr8405 - /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 12, 2009 - 14:11:
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




Related Messages


Powered by MHonArc, Updated Mon Jan 12 14:20:01 2009