From d5b590814d49ecc5fa784d67699f3e4f050c8791 Mon Sep 17 00:00:00 2001 From: Mathieu Favreau Date: Fri, 7 Nov 2025 20:38:31 +0000 Subject: [PATCH] Cleanup comment --- src/algorithms/channel/adapters/channel.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/algorithms/channel/adapters/channel.cc b/src/algorithms/channel/adapters/channel.cc index f50c165f1..9d3fa9887 100644 --- a/src/algorithms/channel/adapters/channel.cc +++ b/src/algorithms/channel/adapters/channel.cc @@ -74,7 +74,7 @@ Channel::Channel(const ConfigurationInterface* configuration, } } - // IMPORTANT: set_threshold needs to be called after construction where doppler step is set (is it really though?) + // IMPORTANT: For future reference set_threshold needs to be called after doppler step is set (currently done at acquisition construction) float threshold = configuration->property("Acquisition_" + signal_str + std::to_string(channel_) + ".threshold", static_cast(0.0)); if (threshold == 0.0) {