mailr5357 - /1.3/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 April 07, 2008 - 14:33:
Author: bugman
Date: Mon Apr  7 14:33:38 2008
New Revision: 5357

URL: http://svn.gna.org/viewcvs/relax?rev=5357&view=rev
Log:
An initial print out for the parser type.


Modified:
    1.3/generic_fns/structure/scientific.py

Modified: 1.3/generic_fns/structure/scientific.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/generic_fns/structure/scientific.py?rev=5357&r1=5356&r2=5357&view=diff
==============================================================================
--- 1.3/generic_fns/structure/scientific.py (original)
+++ 1.3/generic_fns/structure/scientific.py Mon Apr  7 14:33:38 2008
@@ -60,6 +60,10 @@
         @keyword verbosity: A flag which if True will cause messages to be 
printed.
         @type verbosity:    bool
         """
+
+        # Initial print out.
+        if verbosity:
+            print "Scientific Python PDB parser.\n"
 
         # Store the file name (with full path).
         self.file_name = file_path




Related Messages


Powered by MHonArc, Updated Mon Apr 07 14:40:09 2008