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

Unified Diff: src/buildings/model/itu-r-1238-propagation-loss-model.h

Issue 10975043: Fix building with Clang 3.2 (brute force approach) (Closed)
Patch Set: Rebased on ns-3-dev 10211:1af765ed27c8 Created 10 years, 5 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/buildings/model/itu-r-1238-propagation-loss-model.h
===================================================================
--- a/src/buildings/model/itu-r-1238-propagation-loss-model.h
+++ b/src/buildings/model/itu-r-1238-propagation-loss-model.h
@@ -60,14 +60,6 @@
virtual int64_t DoAssignStreams (int64_t stream);
double m_frequency; ///< frequency in MHz
- double m_lambda; ///< wavelength
- EnvironmentType m_environment;
- CitySize m_citySize;
- double m_rooftopHeight; ///< in meters
- double m_streetsOrientation; ///< in degrees [0,90]
- double m_streetsWidth; ///< in meters
- double m_buildingsExtend; ///< in meters
- double m_buildingSeparation; ///< in meters
};

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