mailr25930 - /branches/frame_order_cleanup/specific_analyses/frame_order/uf.py


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

Header


Content

Posted by edward on September 19, 2014 - 18:41:
Author: bugman
Date: Fri Sep 19 18:41:29 2014
New Revision: 25930

URL: http://svn.gna.org/viewcvs/relax?rev=25930&view=rev
Log:
Small fix for the new frame_order.simulate user function backend.


Modified:
    branches/frame_order_cleanup/specific_analyses/frame_order/uf.py

Modified: branches/frame_order_cleanup/specific_analyses/frame_order/uf.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/frame_order_cleanup/specific_analyses/frame_order/uf.py?rev=25930&r1=25929&r2=25930&view=diff
==============================================================================
--- branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    
(original)
+++ branches/frame_order_cleanup/specific_analyses/frame_order/uf.py    Fri 
Sep 19 18:41:29 2014
@@ -383,7 +383,7 @@
     """
 
     # Create the distribution.
-    create_distribution(file=dist, dir=dir, model=model, force=force)
+    create_distribution(file=file, dir=dir, model=model, force=force)
 
 
 def sobol_setup(max_num=200, oversample=100):




Related Messages


Powered by MHonArc, Updated Fri Sep 19 19:00:04 2014