mailr5228 - /1.3/maths_fns/mf.py


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

Header


Content

Posted by edward on March 23, 2008 - 19:20:
Author: bugman
Date: Sun Mar 23 19:20:41 2008
New Revision: 5228

URL: http://svn.gna.org/viewcvs/relax?rev=5228&view=rev
Log:
Fix for the testing of the presence of the scaling matrix.

Again a numpy problem.


Modified:
    1.3/maths_fns/mf.py

Modified: 1.3/maths_fns/mf.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/maths_fns/mf.py?rev=5228&r1=5227&r2=5228&view=diff
==============================================================================
--- 1.3/maths_fns/mf.py (original)
+++ 1.3/maths_fns/mf.py Sun Mar 23 19:20:41 2008
@@ -330,7 +330,7 @@
                 self.init_res_r1_data(self.data[i])
 
         # Scaling initialisation.
-        if self.scaling_matrix:
+        if self.scaling_matrix != None:
             self.scaling_flag = 1
         else:
             self.scaling_flag = 0




Related Messages


Powered by MHonArc, Updated Sun Mar 23 19:40:14 2008