[hamradio-commits] [gnss-sdr] 59/251: Fix typo that prevented the hybrid solution

Carles Fernandez carles_fernandez-guest at moszumanska.debian.org
Wed Sep 2 00:22:36 UTC 2015


This is an automated email from the git hooks/post-receive script.

carles_fernandez-guest pushed a commit to branch master
in repository gnss-sdr.

commit f1336ec6fd613a63740979359c94c814a6ba43b9
Author: Carles Fernandez <carles.fernandez at gmail.com>
Date:   Sun May 10 22:24:27 2015 +0200

    Fix typo that prevented the hybrid solution
---
 src/core/receiver/gnss_block_factory.cc | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/core/receiver/gnss_block_factory.cc b/src/core/receiver/gnss_block_factory.cc
index 3801312..213f7a5 100644
--- a/src/core/receiver/gnss_block_factory.cc
+++ b/src/core/receiver/gnss_block_factory.cc
@@ -631,8 +631,8 @@ std::unique_ptr<std::vector<std::unique_ptr<GNSSBlockInterface>>> GNSSBlockFacto
         {
             channel_count = configuration->property("Channels_1B.count", 0);
         }
-
-    LOG(INFO) << "Getting " << channel_count << " Galileo E1 B (I/NAV OS) channels";
+ 
+   LOG(INFO) << "Getting " << channel_count << " Galileo E1 B (I/NAV OS) channels";
 
     tracking_implementation = configuration->property("Tracking_Galileo.implementation", default_implementation); // DEPRECATED
     if (tracking_implementation.compare(default_implementation) == 0)
@@ -662,7 +662,7 @@ std::unique_ptr<std::vector<std::unique_ptr<GNSSBlockInterface>>> GNSSBlockFacto
             // Search for specific implementation of that particular channel in config file
             //(i.e. Acquisition_Galileo0.implementation=xxxx) DEPRECATED
             s = configuration->property("Channel" + boost::lexical_cast<std::string>(i) + ".signal", std::string("W"));
-            if( s.compare("IB") == 0 )
+            if( s.compare("1B") == 0 )
                 {
                     apply_ = true;
                 }

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-hamradio/gnss-sdr.git



More information about the pkg-hamradio-commits mailing list