mailr9080 - /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 18, 2009 - 11:29:
Author: bugman
Date: Thu Jun 18 11:29:22 2009
New Revision: 9080

URL: http://svn.gna.org/viewcvs/relax?rev=9080&view=rev
Log:
Aliased self.func_iso_cone_elements to self.func.


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=9080&r1=9079&r2=9080&view=diff
==============================================================================
--- branches/frame_order/maths_fns/frame_order_models.py (original)
+++ branches/frame_order/maths_fns/frame_order_models.py Thu Jun 18 11:29:22 
2009
@@ -60,6 +60,9 @@
             self.frame_order_1st = zeros((3, 3), float64)
             self.frame_order_2nd = zeros((9, 9), float64)
 
+            # Alias the target function.
+            self.func = self.func_iso_cone_elements
+
 
     def func_iso_cone_elements(self, params):
         """Target function for isotropic cone model optimisation using the 
Frame Order matrix.




Related Messages


Powered by MHonArc, Updated Thu Jun 18 15:20:05 2009