--
You received this message because you are subscribed to the Google Groups "ns-3-users" group.
To post to this group, send email to ns-3-...@googlegroups.com.
To unsubscribe from this group, send email to ns-3-users+...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/ns-3-users?hl=en.
./waf --run "scratch/ns2-mobility-trace --traceFile=scratch/mobility.ns_movements --nodeNum=200 --duration=999.0 –logFile=/home/rishu/ns2-mob.log"
and I am getting the error ---"Log file not created"
I edited ns2-mobility-trace
if (logFile.empty ())
{ std::cout<<"Log file is not created";
return 0;
}
please help me with this and I am stuck and not able to proceed further with my work.