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

Unified Diff: src/lte/model/lte-mi-error-model.h

Issue 338840043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Patch updates for x64 build Created 6 years, 2 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
« no previous file with comments | « src/lte/model/lte-interference.h ('k') | src/lte/model/lte-mi-error-model.cc » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/lte/model/lte-mi-error-model.h
===================================================================
--- a/src/lte/model/lte-mi-error-model.h
+++ b/src/lte/model/lte-mi-error-model.h
@@ -71,6 +71,8 @@
{
double tbler; ///< tbler
double mi; ///< mi
+
+ TbStats_t() { tbler = 0.0; mi = 0.0; }
};
« no previous file with comments | « src/lte/model/lte-interference.h ('k') | src/lte/model/lte-mi-error-model.cc » ('j') | no next file with comments »

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