scratch/scratch-simulator.cc
changeset 7375 5ccbfab63589
parent 7064 7b2e9458bff1
child 7378 0f4ffed3cefc
--- a/scratch/scratch-simulator.cc	Wed Jul 20 16:02:19 2011 +0100
+++ b/scratch/scratch-simulator.cc	Wed Jul 20 16:02:32 2011 +0100
@@ -23,5 +23,10 @@
 int 
 main (int argc, char *argv[])
 {
+  Time t1 = Seconds (2);
+  
+  int64x64_t t2 = 10*t1;
+  
+
   NS_LOG_UNCOND ("Scratch Simulator");
 }