mailr9112 - /branches/frame_order/maths_fns/frame_order_models.py


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

Header


Content

Posted by edward on June 19, 2009 - 16:52:
Author: bugman
Date: Fri Jun 19 16:52:04 2009
New Revision: 9112

URL: http://svn.gna.org/viewcvs/relax?rev=9112&view=rev
Log:
Bug fix for the tensor optimisation.


Modified:
    branches/frame_order/maths_fns/frame_order_models.py

Modified: branches/frame_order/maths_fns/frame_order_models.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order/maths_fns/frame_order_models.py?rev=9112&r1=9111&r2=9112&view=diff
==============================================================================
--- branches/frame_order/maths_fns/frame_order_models.py (original)
+++ branches/frame_order/maths_fns/frame_order_models.py Fri Jun 19 16:52:04 
2009
@@ -75,7 +75,7 @@
 
             # Tensor optimisation.
             elif full_tensors != None:
-                self.__init_iso_cone_elements(full_tensors, red_tensors, 
red_errors)
+                self.__init_iso_cone(full_tensors, red_tensors, red_errors)
 
             # Optimisation to the 2nd degree Frame Order matrix components 
directly.
             elif frame_order_2nd != None:




Related Messages


Powered by MHonArc, Updated Fri Jun 19 17:20:02 2009