mailr5780 - /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 16, 2008 - 17:11:
Author: bugman
Date: Wed Apr 16 17:11:22 2008
New Revision: 5780

URL: http://svn.gna.org/viewcvs/relax?rev=5780&view=rev
Log:
Passed the spin_id arg into the map_bounds() method.


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=5780&r1=5779&r2=5780&view=diff
==============================================================================
--- 1.3/opendx/base_map.py (original)
+++ 1.3/opendx/base_map.py Wed Apr 16 17:11:22 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])
+            bounds = self.map_bounds[i](self.param_names[i], self.spin_id)
 
             # No bounds found.
             if not bounds:




Related Messages


Powered by MHonArc, Updated Wed Apr 16 17:20:10 2008