mailr9900 - /1.3/specific_fns/setup.py


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

Header


Content

Posted by edward on November 24, 2009 - 11:20:
Author: bugman
Date: Tue Nov 24 11:20:24 2009
New Revision: 9900

URL: http://svn.gna.org/viewcvs/relax?rev=9900&view=rev
Log:
Removed the copy() method from the specific analysis API.


Modified:
    1.3/specific_fns/setup.py

Modified: 1.3/specific_fns/setup.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/specific_fns/setup.py?rev=9900&r1=9899&r2=9900&view=diff
==============================================================================
--- 1.3/specific_fns/setup.py (original)
+++ 1.3/specific_fns/setup.py Tue Nov 24 11:20:24 2009
@@ -65,10 +65,6 @@
         if eqi == 'calculate':
             function = inst.calculate
 
-        # Copy function.
-        if eqi == 'copy':
-            function = inst.copy
-
         # Create Monte Carlo data function.
         if eqi == 'create_mc_data':
             function = inst.create_mc_data




Related Messages


Powered by MHonArc, Updated Tue Nov 24 11:40:02 2009