mailr6278 - /1.3/specific_fns/model_free/results.py


Others Months | Index by Date | Thread Index
>>   [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Header


Content

Posted by edward on May 28, 2008 - 21:42:
Author: bugman
Date: Wed May 28 21:42:29 2008
New Revision: 6278

URL: http://svn.gna.org/viewcvs/relax?rev=6278&view=rev
Log:
Fixes for the verbosity variable.


Modified:
    1.3/specific_fns/model_free/results.py

Modified: 1.3/specific_fns/model_free/results.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/model_free/results.py?rev=6278&r1=6277&r2=6278&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/results.py (original)
+++ 1.3/specific_fns/model_free/results.py Wed May 28 21:42:29 2008
@@ -38,13 +38,13 @@
 class Results:
     """Class containing methods specific to the model-free results files."""
 
-    def __determine_version(self, file_data, verbosity):
+    def __determine_version(self, file_data, verbosity=1):
         """Determine which relax version the results file belongs to.
 
         @param file_data:   The processed results file data.
         @type file_data:    list of lists of str
-        @param verbosity:   A flag specifying the amount of information to 
print.  The higher the
-                            value, the greater the verbosity.
+        @keyword verbosity: A variable specifying the amount of information 
to print.  The higher
+                            the value, the greater the verbosity.
         @type verbosity:    int
         @return:            The relax version number.
         @rtype:             str
@@ -746,8 +746,8 @@
 
         @param file_data:   The processed results file data.
         @type file_data:    list of lists of str
-        @keyword verbosity: A flag specifying the amount of information to 
print.  The higher the
-                            value, the greater the verbosity.
+        @keyword verbosity: A variable specifying the amount of information 
to print.  The higher
+                            the value, the greater the verbosity.
         @type verbosity:    int
         """
 
@@ -764,8 +764,8 @@
 
         @param file_data:   The processed results file data.
         @type file_data:    list of lists of str
-        @keyword verbosity: A flag specifying the amount of information to 
print.  The higher the
-                            value, the greater the verbosity.
+        @keyword verbosity: A variable specifying the amount of information 
to print.  The higher
+                            the value, the greater the verbosity.
         @type verbosity:    int
         """
 




Related Messages


Powered by MHonArc, Updated Wed May 28 22:20:14 2008