mailr10857 - /1.3/info.py


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

Header


Content

Posted by edward on February 23, 2010 - 14:27:
Author: bugman
Date: Tue Feb 23 14:27:27 2010
New Revision: 10857

URL: http://svn.gna.org/viewcvs/relax?rev=10857&view=rev
Log:
Added the relax C module compilation info.


Modified:
    1.3/info.py

Modified: 1.3/info.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/info.py?rev=10857&r1=10856&r2=10857&view=diff
==============================================================================
--- 1.3/info.py (original)
+++ 1.3/info.py Tue Feb 23 14:27:27 2010
@@ -331,6 +331,10 @@
         # Python packages.
         text = text + self.package_info(format=format)
 
+        # C modules.
+        text = text + "\nCompiled relax C modules:\n"
+        text = text + format % ("Relaxation curve fitting: ", 
dep_check.C_module_exp_fn)
+
         # End with an empty newline.
         text = text + ("\n")
 




Related Messages


Powered by MHonArc, Updated Tue Feb 23 14:40:02 2010