mailr7679 - /1.3/prompt/dx.py


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

Header


Content

Posted by edward on October 12, 2008 - 21:37:
Author: bugman
Date: Sun Oct 12 21:37:28 2008
New Revision: 7679

URL: http://svn.gna.org/viewcvs/relax?rev=7679&view=rev
Log:
Bug fix for the dx.execute() user function - the correct args now are used.


Modified:
    1.3/prompt/dx.py

Modified: 1.3/prompt/dx.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/prompt/dx.py?rev=7679&r1=7678&r2=7679&view=diff
==============================================================================
--- 1.3/prompt/dx.py (original)
+++ 1.3/prompt/dx.py Sun Oct 12 21:37:28 2008
@@ -92,7 +92,7 @@
             raise RelaxBoolError, ('visual program execution flag', vp_exec)
 
         # Execute the functional code.
-        opendx.main.run(file=file, dir=dir, dx_exe=dx_exe, vp_exec=vp_exec)
+        opendx.main.run(file_prefix=file, dir=dir, dx_exe=dx_exe, 
vp_exec=vp_exec)
 
 
     def map(self, params=None, map_type="Iso3D", spin_id=None, inc=20, 
lower=None, upper=None, axis_incs=5, file_prefix="map", dir="dx", point=None, 
point_file="point", remap=None):




Related Messages


Powered by MHonArc, Updated Sun Oct 12 22:00:03 2008