Rescan all python bindings for all modules

This commit is contained in:
Gustavo J. A. M. Carneiro
2011-07-20 16:02:32 +01:00
parent 913d2d9767
commit 4cf581619e
60 changed files with 6983 additions and 1742 deletions

View File

@@ -23,5 +23,10 @@ using namespace ns3;
int
main (int argc, char *argv[])
{
Time t1 = Seconds (2);
int64x64_t t2 = 10*t1;
NS_LOG_UNCOND ("Scratch Simulator");
}