mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2026-08-14 06:08:54 +00:00
Cleanup comment
This commit is contained in:
@@ -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<float>(0.0));
|
||||
if (threshold == 0.0)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user