mailr8621 - /branches/multi_structure/generic_fns/structure/scientific.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 - 18:43:
Author: bugman
Date: Thu Jan 22 18:43:40 2009
New Revision: 8621

URL: http://svn.gna.org/viewcvs/relax?rev=8621&view=rev
Log:
Added a print out for MolContainer.reload_pdb().


Modified:
    branches/multi_structure/generic_fns/structure/scientific.py

Modified: branches/multi_structure/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/multi_structure/generic_fns/structure/scientific.py?rev=8621&r1=8620&r2=8621&view=diff
==============================================================================
--- branches/multi_structure/generic_fns/structure/scientific.py (original)
+++ branches/multi_structure/generic_fns/structure/scientific.py Thu Jan 22 
18:43:40 2009
@@ -644,6 +644,9 @@
         # Load the PDB file.
         model = Scientific.IO.PDB.Structure(file_path, self.file_model)
 
+        # Print out.
+        print "\n" + `model`
+
         # Index for finding the molecule.
         mol_index = 0
 




Related Messages


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