mailr5933 - /1.3/opendx/base_map.py


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

Header


Content

Posted by edward on April 21, 2008 - 17:34:
Author: bugman
Date: Mon Apr 21 17:34:10 2008
New Revision: 5933

URL: http://svn.gna.org/viewcvs/relax?rev=5933&view=rev
Log:
Fixed the call to map_bounds().


Modified:
    1.3/opendx/base_map.py

Modified: 1.3/opendx/base_map.py
URL: 
http://svn.gna.org/viewcvs/relax/1.3/opendx/base_map.py?rev=5933&r1=5932&r2=5933&view=diff
==============================================================================
--- 1.3/opendx/base_map.py (original)
+++ 1.3/opendx/base_map.py Mon Apr 21 17:34:10 2008
@@ -97,7 +97,7 @@
         self.bounds = zeros((self.n, 2), float64)
         for i in xrange(self.n):
             # Get the bounds for the parameter i.
-            bounds = self.map_bounds[i](self.param_names[i], self.spin_id)
+            bounds = self.map_bounds[i](self.param_names[i])
 
             # No bounds found.
             if not bounds:




Related Messages


Powered by MHonArc, Updated Mon Apr 21 17:40:28 2008