mailr4791 - /branches/consistency_tests_1.3/specific_fns/consistency_tests.py


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

Header


Content

Posted by sebastien . morin . 1 on January 16, 2008 - 16:51:
Author: semor
Date: Wed Jan 16 16:51:16 2008
New Revision: 4791

URL: http://svn.gna.org/viewcvs/relax?rev=4791&view=rev
Log:
Removed the dummy return_conversion_factor() method as it is now located in 
the base class.


Modified:
    branches/consistency_tests_1.3/specific_fns/consistency_tests.py

Modified: branches/consistency_tests_1.3/specific_fns/consistency_tests.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/consistency_tests_1.3/specific_fns/consistency_tests.py?rev=4791&r1=4790&r2=4791&view=diff
==============================================================================
--- branches/consistency_tests_1.3/specific_fns/consistency_tests.py 
(original)
+++ branches/consistency_tests_1.3/specific_fns/consistency_tests.py Wed Jan 
16 16:51:16 2008
@@ -294,12 +294,6 @@
             if len(residue.relax_data) < 3:
                 residue.select = 0
                 continue
-
-
-    def return_conversion_factor(self, stat_type):
-        """Dummy function for returning 1.0. This function is essential when 
writing grace files."""
-
-        return 1.0
 
 
     def return_data_name(self, name):




Related Messages


Powered by MHonArc, Updated Wed Jan 16 17:20:10 2008