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

Re: [ns] debug_ missing



hi Bhagya,

On Fri, 8 Jun 2001, Bhagyalaxmi Bethala wrote:

>  you have to initialize it in the ns../tcl/lib/ns-default.tcl
> 
> ODCControl set debug_ false
> 
> i think this will solve your problem.

thats it. thank you. i did the initialisation in the init instproc of that
object like:

ODCControl instproc init {} {
  $self next
  $self set debug_ false
  ...
}

but i was too dumb to include this file! i forgot to put the source
odccontrol.tcl in ns-lib.tcl. (-;

thank you

od

-- 
   Oliver Dawid * [email protected] * http://www.fet.uni-hannover.de/~od/