mailr26882 - /branches/relax_fit_c_class/dep_check.py


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

Header


Content

Posted by edward on December 01, 2014 - 19:47:
Author: bugman
Date: Mon Dec  1 19:47:04 2014
New Revision: 26882

URL: http://svn.gna.org/viewcvs/relax?rev=26882&view=rev
Log:
Updated the dep_check module for the target_functions.relax_fit C module 
redesign.


Modified:
    branches/relax_fit_c_class/dep_check.py

Modified: branches/relax_fit_c_class/dep_check.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/relax_fit_c_class/dep_check.py?rev=26882&r1=26881&r2=26882&view=diff
==============================================================================
--- branches/relax_fit_c_class/dep_check.py     (original)
+++ branches/relax_fit_c_class/dep_check.py     Mon Dec  1 19:47:04 2014
@@ -312,8 +312,8 @@
 # Relaxation curve fitting.
 try:
     from target_functions import relax_fit
-    from target_functions.relax_fit import setup
-    del setup
+    from target_functions.relax_fit import Relax_fit
+    del Relax_fit
     C_module_exp_fn = True
 except ImportError:
     # The OS.




Related Messages


Powered by MHonArc, Updated Mon Dec 01 20:00:02 2014