mailr6472 - /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 June 24, 2008 - 00:16:
Author: bugman
Date: Tue Jun 24 00:01:40 2008
New Revision: 6472

URL: http://svn.gna.org/viewcvs/relax?rev=6472&view=rev
Log:
Limited the print out from __set_diff_tensor() to simply 'value' records.


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=6472&r1=6471&r2=6472&view=diff
==============================================================================
--- 1.3/specific_fns/model_free/results.py (original)
+++ 1.3/specific_fns/model_free/results.py Tue Jun 24 00:01:40 2008
@@ -216,7 +216,7 @@
             diff_type = None
 
         # Print out.
-        if diff_type and verbosity:
+        if diff_type and data_set == 'value' and verbosity:
             print "\nSetting the diffusion tensor."
             print "Diffusion type: " + diff_type
 




Related Messages


Powered by MHonArc, Updated Tue Jun 24 00:40:32 2008