Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code | Sign in
(322)

Unified Diff: src/core/examples/main-random-variable.cc

Issue 342120043: New patch for core module changes (Closed)
Patch Set: Updated core patch Created 5 years, 10 months ago
Use n/p to move between diff chunks; N/P to move between comments. Please Sign in to add in-line comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: src/core/examples/main-random-variable.cc
===================================================================
--- a/src/core/examples/main-random-variable.cc
+++ b/src/core/examples/main-random-variable.cc
@@ -23,6 +23,8 @@
#include "ns3/string.h"
#include "ns3/integer.h"
#include "ns3/gnuplot.h"
+#include "ns3/command-line.h"
+
#include <map>
#include <cmath>
@@ -102,6 +104,9 @@
int main (int argc, char *argv[])
{
+ CommandLine cmd;
+ cmd.Parse(argc, argv);
+
unsigned int probes = 1000000;
double precision = 0.01;

Powered by Google App Engine
RSS Feeds Recent Issues | This issue
This is Rietveld f62528b