1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-01-15 11:45:47 +00:00

Remove garbage

This commit is contained in:
Carles Fernandez 2018-11-25 19:21:20 +01:00
parent 89bbc565a8
commit 6d46561c38
No known key found for this signature in database
GPG Key ID: 4C583C52B0C3877D

View File

@ -80,7 +80,6 @@ int main(int argc, char** argv)
{
if ((rinex_filename.substr(found + 1, found + 3).compare("gz") == 0))
{
std::cerr << "Hello" << std::endl;
std::ifstream file(rinex_filename, std::ios_base::in | std::ios_base::binary);
boost::iostreams::filtering_streambuf<boost::iostreams::input> in;
try