mailr8183 - /1.3/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 December 10, 2008 - 18:35:
Author: bugman
Date: Wed Dec 10 18:35:05 2008
New Revision: 8183

URL: http://svn.gna.org/viewcvs/relax?rev=8183&view=rev
Log:
Added a print out for the loading of PDB models.


Modified:
    1.3/generic_fns/structure/internal.py

Modified: 1.3/generic_fns/structure/internal.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/internal.py?rev=8183&r1=8182&r2=8183&view=diff
==============================================================================
--- 1.3/generic_fns/structure/internal.py (original)
+++ 1.3/generic_fns/structure/internal.py Wed Dec 10 18:35:05 2008
@@ -909,6 +909,10 @@
             if model != None and model != model_num:
                 continue
 
+            # Print out.
+            if model_num != None:
+                print "Loading model: " + `model_num`
+
             # Add an empty structure.
             self.add_struct(name=name, model=model_num, file=file, 
path=path, str=Structure_container(), struct_index=struct_index)
 




Related Messages


Powered by MHonArc, Updated Wed Dec 10 18:40:02 2008