mailr5770 - /1.3/opendx/isosurface_3D.py


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

Header


Content

Posted by edward on April 16, 2008 - 16:52:
Author: bugman
Date: Wed Apr 16 16:52:48 2008
New Revision: 5770

URL: http://svn.gna.org/viewcvs/relax?rev=5770&view=rev
Log:
Removed the empty __init__() method which was killing the base class method.


Modified:
    1.3/opendx/isosurface_3D.py

Modified: 1.3/opendx/isosurface_3D.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/opendx/isosurface_3D.py?rev=5770&r1=5769&r2=5770&view=diff
==============================================================================
--- 1.3/opendx/isosurface_3D.py (original)
+++ 1.3/opendx/isosurface_3D.py Wed Apr 16 16:52:48 2008
@@ -1,6 +1,6 @@
 
###############################################################################
 #                                                                            
 #
-# Copyright (C) 2003-2007 Edward d'Auvergne                                  
 #
+# Copyright (C) 2003-2008 Edward d'Auvergne                                  
 #
 #                                                                            
 #
 # This file is part of the program relax.                                    
 #
 #                                                                            
 #
@@ -29,10 +29,7 @@
 
 
 class Iso3D(Base_Map):
-    def __init__(self, relax):
-        """3D isosurface class."""
-
-        self.relax = relax
+    """OpenDX 3D space isosurface mapping class."""
 
 
     def config_text(self):




Related Messages


Powered by MHonArc, Updated Wed Apr 16 17:00:20 2008