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

Unified Diff: src/lte/examples/lena-intercell-interference.cc

Issue 336970043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Updates to patch for review comments Created 6 years, 1 month 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/lte/examples/lena-intercell-interference.cc
===================================================================
--- a/src/lte/examples/lena-intercell-interference.cc
+++ b/src/lte/examples/lena-intercell-interference.cc
@@ -60,7 +60,7 @@
// determine the string tag that identifies this simulation run
// this tag is then appended to all filenames
- IntegerValue runValue;
+ UintegerValue runValue;
GlobalValue::GetValueByName ("RngRun", runValue);
std::ostringstream tag;

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