scratch/scratch-simulator.cc
changeset 7378 0f4ffed3cefc
parent 7375 5ccbfab63589
child 10516 f70e78d94658
equal deleted inserted replaced
7377:da629dd2fb11 7378:0f4ffed3cefc
    21 using namespace ns3;
    21 using namespace ns3;
    22 
    22 
    23 int 
    23 int 
    24 main (int argc, char *argv[])
    24 main (int argc, char *argv[])
    25 {
    25 {
    26   Time t1 = Seconds (2);
       
    27   
       
    28   int64x64_t t2 = 10*t1;
       
    29   
       
    30 
       
    31   NS_LOG_UNCOND ("Scratch Simulator");
    26   NS_LOG_UNCOND ("Scratch Simulator");
    32 }
    27 }