mailr19091 - /trunk/pipe_control/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 March 23, 2013 - 23:10:
Author: bugman
Date: Sat Mar 23 23:10:49 2013
New Revision: 19091

URL: http://svn.gna.org/viewcvs/relax?rev=19091&view=rev
Log:
Deleted an OpenDX function which has been merged into lib.opendx.files.


Modified:
    trunk/pipe_control/opendx/isosurface_3D.py

Modified: trunk/pipe_control/opendx/isosurface_3D.py
URL: 
http://svn.gna.org/viewcvs/relax/trunk/pipe_control/opendx/isosurface_3D.py?rev=19091&r1=19090&r2=19091&view=diff
==============================================================================
--- trunk/pipe_control/opendx/isosurface_3D.py (original)
+++ trunk/pipe_control/opendx/isosurface_3D.py Sat Mar 23 23:10:49 2013
@@ -107,21 +107,3 @@
         # Unfix the diffusion tensor.
         if unfix:
             cdp.diff_tensor.fixed = False
-
-
-    def point_text(self):
-        """Function for creating the text of the .general file for the 
point."""
-
-        # Generate the import text.
-        text = ""
-        text = text + "file = " + self.point_file + "\n"
-        text = text + "points = 1\n"
-        text = text + "format = ascii\n"
-        text = text + "interleaving = field\n"
-        text = text + "field = locations, field0\n"
-        text = text + "structure = 3-vector, scalar\n"
-        text = text + "type = float, float\n\n"
-        text = text + "end\n"
-
-        # Return the text.
-        return text




Related Messages


Powered by MHonArc, Updated Sat Mar 23 23:20:02 2013