NS2 (v2.34) sim.tcl: error when calling class
i get a new problem when using ns2.34
Starting program: /usr/local/bin/ns sim.tcl
num_nodes is set 25
INITIALIZE THE LIST xListHead
Loading scenario file...
channel.cc:sendUp - Calc highestAntennaZ_ and distCST_
highestAntennaZ_ = 1.5, distCST_ = 550.0
SORTING LISTS ...DONE!
ns: _o14 setdest 587.722909461326 416.546938531511 0.162089231823:
(_o14 cmd line 1)
invoked from within
"_o14 cmd setdest 587.722909461326 416.546938531511 0.162089231823"
invoked from within
"catch "$self cmd $args" ret"
invoked from within
"if [catch "$self cmd $args" ret] {
set cls [$self info class]
global errorInfo
set savedInfo $errorInfo
error "error when calling class $cls: $args" $..."
(procedure "_o14" line 2)
(SplitObject unknown line 2)
invoked from within
"_o14 setdest 587.722909461326 416.546938531511 0.162089231823"
Program exited with code 01.
can anyone who can help me?
|