mailr15193 - /branches/spec_api/specific_fns/api_objects.py


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

Header


Content

Posted by edward on January 19, 2012 - 11:37:
Author: bugman
Date: Thu Jan 19 11:37:50 2012
New Revision: 15193

URL: http://svn.gna.org/viewcvs/relax?rev=15193&view=rev
Log:
Fix for the initialisation of the conversion factor storage in Param_list.


Modified:
    branches/spec_api/specific_fns/api_objects.py

Modified: branches/spec_api/specific_fns/api_objects.py
URL: 
http://svn.gna.org/viewcvs/relax/branches/spec_api/specific_fns/api_objects.py?rev=15193&r1=15192&r2=15193&view=diff
==============================================================================
--- branches/spec_api/specific_fns/api_objects.py (original)
+++ branches/spec_api/specific_fns/api_objects.py Thu Jan 19 11:37:50 2012
@@ -42,6 +42,7 @@
         self._defaults = {}
         self._units = {}
         self._desc = {}
+        self._conv_factor = {}
         self._grace_string = {}
 
 




Related Messages


Powered by MHonArc, Updated Thu Jan 19 12:40:02 2012