mailr24575 - /branches/zooming_grid_search/specific_analyses/api_base.py


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

Header


Content

Posted by edward on July 21, 2014 - 08:57:
Author: bugman
Date: Mon Jul 21 08:57:55 2014
New Revision: 24575

URL: http://svn.gna.org/viewcvs/relax?rev=24575&view=rev
Log:
Epydoc parameter order rearrangement in the specific analysis API base class.


Modified:
    branches/zooming_grid_search/specific_analyses/api_base.py

Modified: branches/zooming_grid_search/specific_analyses/api_base.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/zooming_grid_search/specific_analyses/api_base.py?rev=24575&r1=24574&r2=24575&view=diff
==============================================================================
--- branches/zooming_grid_search/specific_analyses/api_base.py  (original)
+++ branches/zooming_grid_search/specific_analyses/api_base.py  Mon Jul 21 
08:57:55 2014
@@ -669,10 +669,10 @@
     def set_selected_sim(self, select_sim, model_info=None):
         """Set the simulation selection flag.
 
-        @keyword model_info:    The model information from model_loop().
-        @type model_info:       unknown
         @param select_sim:      The selection flag for the simulations.
         @type select_sim:       bool
+        @keyword model_info:    The model information from model_loop().
+        @type model_info:       unknown
         """
 
         # Not implemented.




Related Messages


Powered by MHonArc, Updated Mon Jul 21 09:20:03 2014