mailr4711 - /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 January 15, 2008 - 10:46:
Author: bugman
Date: Tue Jan 15 10:44:04 2008
New Revision: 4711

URL: http://svn.gna.org/viewcvs/relax?rev=4711&view=rev
Log:
Removed the empty __init__() method and shifted its docstring to that of the 
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=4711&r1=4710&r2=4711&view=diff
==============================================================================
--- branches/N_state_model/specific_fns/n_state_model.py (original)
+++ branches/N_state_model/specific_fns/n_state_model.py Tue Jan 15 10:44:04 
2008
@@ -33,9 +33,7 @@
 
 
 class N_state_model(Common_functions):
-    def __init__(self):
-        """Class containing functions for the N-state model."""
-
+    """Class containing functions for the N-state model."""
 
     def assemble_param_vector(self, sim_index):
         """Assemble all the parameters of the model into a single array."""




Related Messages


Powered by MHonArc, Updated Tue Jan 15 11:00:16 2008