mailr19767 - /branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py


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

Header


Content

Posted by edward on May 29, 2013 - 12:05:
Author: bugman
Date: Wed May 29 12:05:24 2013
New Revision: 19767

URL: http://svn.gna.org/viewcvs/relax?rev=19767&view=rev
Log:
Added a printout to the 
specific_analyses.relax_disp.cpmgfit.translate_model() function.


Modified:
    branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py

Modified: branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py?rev=19767&r1=19766&r2=19767&view=diff
==============================================================================
--- branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py (original)
+++ branches/relax_disp/specific_analyses/relax_disp/cpmgfit.py Wed May 29 
12:05:24 2013
@@ -280,5 +280,8 @@
     if cdp.model not in translation:
         raise RelaxError("The conversion of the relax model '%s' to a 
CPMGFit model is not supported." % cdp.model)
 
+    # Printout.
+    print("Translating the relax '%s' model to the CPMGFit '%s' model." % 
(cdp.model, translation[cdp.model]))
+
     # Return the translated name.
     return translation[cdp.model]




Related Messages


Powered by MHonArc, Updated Wed May 29 14:40:02 2013