mailr5768 - /1.3/opendx/main.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:51:
Author: bugman
Date: Wed Apr 16 16:51:26 2008
New Revision: 5768

URL: http://svn.gna.org/viewcvs/relax?rev=5768&view=rev
Log:
Fixed the call to the 3D isosurface mapping code.


Modified:
    1.3/opendx/main.py

Modified: 1.3/opendx/main.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/opendx/main.py?rev=5768&r1=5767&r2=5768&view=diff
==============================================================================
--- 1.3/opendx/main.py (original)
+++ 1.3/opendx/main.py Wed Apr 16 16:51:26 2008
@@ -76,7 +76,7 @@
             raise RelaxError, "The 3D isosurface map requires a 3 parameter 
model."
 
         # Create the map.
-        isosurface_3D.map_space(params, spin_id, inc, lower, upper, 
axis_incs, file, dir, point, point_file, remap)
+        isosurface_3D.Iso3D(params, spin_id, inc, lower, upper, axis_incs, 
file_prefix, dir, point, point_file, remap)
     else:
         raise RelaxError, "The map type '" + map_type + "' is not supported."
 




Related Messages


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