mailr4227 - /branches/N_state_model/specific_fns/n_state_model.py


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

Header


Content

Posted by edward on December 20, 2007 - 18:18:
Author: bugman
Date: Thu Dec 20 18:17:59 2007
New Revision: 4227

URL: http://svn.gna.org/viewcvs/relax?rev=4227&view=rev
Log:
Subclassed the N_state_model class.


Modified:
    branches/N_state_model/specific_fns/n_state_model.py

Modified: branches/N_state_model/specific_fns/n_state_model.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/N_state_model/specific_fns/n_state_model.py?rev=4227&r1=4226&r2=4227&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Thu Dec 20 18:17:59 
2007
@@ -22,9 +22,10 @@
 
 # relax module imports.
 from data import Data as relax_data_store
+from specific_fns.base_class import Common_functions
 
 
-class N_state_model:
+class N_state_model(Common_functions):
     def __init__(self):
         """Class containing functions for the N-state model."""
 




Related Messages


Powered by MHonArc, Updated Fri Dec 21 10:20:35 2007