Author: bugman
Date: Mon Feb  9 13:47:28 2015
New Revision: 27610

URL: http://svn.gna.org/viewcvs/relax?rev=27610&view=rev
Log:
Implemented the frame order analysis backend for the statistics.model and 
statistics.aic user functions.

This simply required aliasing the specific analysis API common 
_get_model_container_cdp() method to
get_model_container().


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/api.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/api.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/api.py?rev=27610&r1=27609&r2=27610&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/api.py   
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/api.py   Mon Feb 
 9 13:47:28 2015
@@ -1,6 +1,6 @@
 ###############################################################################
 #                                                                             #
-# Copyright (C) 2009-2014 Edward d'Auvergne                                   #
+# Copyright (C) 2009-2015 Edward d'Auvergne                                   #
 #                                                                             #
 # This file is part of the program relax (http://www.nmr-relax.com).          #
 #                                                                             #
@@ -59,6 +59,7 @@
 
         # Place methods into the API.
         self.deselect = self._deselect_global
+        self.get_model_container = self._get_model_container_cdp
         self.is_spin_param = self._is_spin_param_false
         self.model_loop = self._model_loop_single_global
         self.model_type = self._model_type_global


_______________________________________________
relax (http://www.nmr-relax.com)

This is the relax-commits mailing list
[email protected]

To unsubscribe from this list, get a password
reminder, or change your subscription options,
visit the list information page at
https://mail.gna.org/listinfo/relax-commits

Reply via email to