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

Unified Diff: src/propagation/wscript

Issue 197290043: Directional and omni-directional THz propagation models and tests
Patch Set: Add directional and omni-directional THz propagation models with test and example files Created 8 years, 11 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/propagation/test/thz-propagation-loss-model-test-suite.cc ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/propagation/wscript
===================================================================
--- a/src/propagation/wscript
+++ b/src/propagation/wscript
@@ -13,6 +13,7 @@
'model/itu-r-1411-los-propagation-loss-model.cc',
'model/itu-r-1411-nlos-over-rooftop-propagation-loss-model.cc',
'model/kun-2600-mhz-propagation-loss-model.cc',
+ 'model/thz-propagation-loss-model.cc',
]
module_test = bld.create_ns3_module_test_library('propagation')
@@ -22,6 +23,7 @@
'test/itu-r-1411-los-test-suite.cc',
'test/kun-2600-mhz-test-suite.cc',
'test/itu-r-1411-nlos-over-rooftop-test-suite.cc',
+ 'test/thz-propagation-loss-model-test-suite.cc',
]
headers = bld(features='ns3header')
@@ -38,6 +40,7 @@
'model/itu-r-1411-los-propagation-loss-model.h',
'model/itu-r-1411-nlos-over-rooftop-propagation-loss-model.h',
'model/kun-2600-mhz-propagation-loss-model.h',
+ 'model/thz-propagation-loss-model.h',
]
if (bld.env['ENABLE_EXAMPLES']):
« no previous file with comments | « src/propagation/test/thz-propagation-loss-model-test-suite.cc ('k') | no next file » | no next file with comments »

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