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

Unified Diff: src/propagation/test/kun-2600-mhz-test-suite.cc

Issue 331260043: Eliminate Visual Studio compiler warnings (Closed)
Patch Set: Update patch per coding style requirements 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/propagation/test/kun-2600-mhz-test-suite.cc
===================================================================
--- a/src/propagation/test/kun-2600-mhz-test-suite.cc
+++ b/src/propagation/test/kun-2600-mhz-test-suite.cc
@@ -101,8 +101,9 @@
Kun2600MhzPropagationLossModelTestSuite::Kun2600MhzPropagationLossModelTestSuite ()
: TestSuite ("kun-2600-mhz", SYSTEM)
{
-
+#if 0
LogComponentEnable ("Kun2600MhzPropagationLossModelTest", LOG_LEVEL_ALL);
+#endif
AddTestCase (new Kun2600MhzPropagationLossModelTestCase (2000, 30, 1, 121.83, "dist=2000m"), TestCase::QUICK);
« no previous file with comments | « src/propagation/test/itu-r-1411-nlos-over-rooftop-test-suite.cc ('k') | src/propagation/test/okumura-hata-test-suite.cc » ('j') | no next file with comments »

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