mailr8377 - /branches/bmrb/specific_fns/model_free/__init__.py


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

Header


Content

Posted by edward on January 11, 2009 - 14:03:
Author: bugman
Date: Sun Jan 11 14:03:58 2009
New Revision: 8377

URL: http://svn.gna.org/viewcvs/relax?rev=8377&view=rev
Log:
The bmrb_write() method is now in the model-free specific object.


Modified:
    branches/bmrb/specific_fns/model_free/__init__.py

Modified: branches/bmrb/specific_fns/model_free/__init__.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/bmrb/specific_fns/model_free/__init__.py?rev=8377&r1=8376&r2=8377&view=diff
==============================================================================
--- branches/bmrb/specific_fns/model_free/__init__.py (original)
+++ branches/bmrb/specific_fns/model_free/__init__.py Sun Jan 11 14:03:58 2009
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2007-2008 Edward d'Auvergne                                  
 #
+# Copyright (C) 2007-2009 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -31,11 +31,12 @@
             'results']
 
 # relax module imports.
+from bmrb import Bmrb
 from main import Model_free_main
 from mf_minimise import Mf_minimise
 from molmol import Molmol
 from results import Results
 from specific_fns.base_class import Common_functions
 
-class Model_free(Model_free_main, Mf_minimise, Molmol, Results, 
Common_functions):
+class Model_free(Model_free_main, Mf_minimise, Molmol, Results, Bmrb, 
Common_functions):
     """Parent class containing all the model-free specific functions."""




Related Messages


Powered by MHonArc, Updated Sun Jan 11 14:20:02 2009