mailr7575 - /1.3/specific_fns/noe.py


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

Header


Content

Posted by edward on October 07, 2008 - 23:28:
Author: bugman
Date: Tue Oct  7 23:28:57 2008
New Revision: 7575

URL: http://svn.gna.org/viewcvs/relax?rev=7575&view=rev
Log:
Set the specific_fns.base_class.Common_functions as the base class of the Noe 
class.


Modified:
    1.3/specific_fns/noe.py

Modified: 1.3/specific_fns/noe.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/noe.py?rev=7575&r1=7574&r2=7575&view=diff
==============================================================================
--- 1.3/specific_fns/noe.py (original)
+++ 1.3/specific_fns/noe.py Tue Oct  7 23:28:57 2008
@@ -25,6 +25,7 @@
 from re import match
 
 # relax module imports.
+from base_class import Common_functions
 from data import Relax_data_store; ds = Relax_data_store()
 from generic_fns import intensity, pipes
 from generic_fns.mol_res_spin import exists_mol_res_spin_data, spin_loop
@@ -32,7 +33,7 @@
 from relax_io import open_write_file
 
 
-class Noe:
+class Noe(Common_functions):
     def __init__(self):
         """Class containing functions for relaxation data."""
 




Related Messages


Powered by MHonArc, Updated Tue Oct 07 23:40:02 2008