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

Unified Diff: src/lte/helper/lte-hex-grid-enb-topology-helper.cc

Issue 338840043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Update patch with latest module changes. Created 6 years 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/helper/lte-hex-grid-enb-topology-helper.cc
===================================================================
--- a/src/lte/helper/lte-hex-grid-enb-topology-helper.cc
+++ b/src/lte/helper/lte-hex-grid-enb-topology-helper.cc
@@ -124,7 +124,7 @@
<< " biRowRemainder " << biRowRemainder);
double y = m_yMin + yd * rowIndex;
double x;
- double antennaOrientation;
+ double antennaOrientation = 0.0;
if ((rowIndex % 2) == 0)
{
x = m_xMin + m_d * colIndex;

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