[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Bug found in srm-adaptive.tcl?



Yup!  fixed! -- Thanks Chris, Kannan

>>> From: Christoph Haenle <[email protected]>
>>> Date: Tue, 24 Feb 1998 22:53:59 +0100

> Hi ns-developers,
> 
> I've probably found a bug in srm-adaptive.tcl, line 275 of the ns-2.1b2 =
> 
> release.
> 
> In method "SRM/repair/Adaptive instproc closest-repairor?", the line
> 
> 		[expr 1.5 * [$self distance? requestor_]]} {
> 
> is wrong and must be
> 
> 		[expr 1.5 * [$self distance? $requestor_]]} {
> 
> Maybe you can fix the problem in future releases.
> 
>   Regards,
> 
>       -Chris.
> 
> 

--
[email protected]
http://www.isi.edu/~kannan