mailr15201 - /branches/spec_api/specific_fns/api_common.py


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

Header


Content

Posted by edward on January 20, 2012 - 11:52:
Author: bugman
Date: Fri Jan 20 11:52:45 2012
New Revision: 15201

URL: http://svn.gna.org/viewcvs/relax?rev=15201&view=rev
Log:
Fix for the specific API common _default_value_spin() method.

The value is now returned!


Modified:
    branches/spec_api/specific_fns/api_common.py

Modified: branches/spec_api/specific_fns/api_common.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spec_api/specific_fns/api_common.py?rev=15201&r1=15200&r2=15201&view=diff
==============================================================================
--- branches/spec_api/specific_fns/api_common.py (original)
+++ branches/spec_api/specific_fns/api_common.py Fri Jan 20 11:52:45 2012
@@ -99,7 +99,7 @@
         """
 
         # The default value.
-        self.SPIN_PARAMS.get_default(param)
+        return self.SPIN_PARAMS.get_default(param)
 
 
     def _eliminate_false(self, name, value, model_info, args, sim=None):




Related Messages


Powered by MHonArc, Updated Fri Jan 20 12:20:02 2012