Author: bugman
Date: Thu Feb  5 18:29:42 2015
New Revision: 27558

URL: http://svn.gna.org/viewcvs/relax?rev=27558&view=rev
Log:
The N-state model now uses the _get_model_container_cdp() method.

This is aliased as the get_model_container() specific analysis API method.


Modified:
    trunk/specific_analyses/n_state_model/api.py

Modified: trunk/specific_analyses/n_state_model/api.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/specific_analyses/n_state_model/api.py?rev=27558&r1=27557&r2=27558&view=diff
==============================================================================
--- trunk/specific_analyses/n_state_model/api.py        (original)
+++ trunk/specific_analyses/n_state_model/api.py        Thu Feb  5 18:29:42 2015
@@ -58,6 +58,7 @@
         """Initialise the class by placing API_common methods into the API."""
 
         # Place methods into the API.
+        self.get_model_container = self._get_model_container_cdp
         self.model_loop = self._model_loop_single_global
         self.overfit_deselect = self._overfit_deselect_dummy
         self.print_model_title = self._print_model_title_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