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:
parent
89bbc565a8
commit
6d46561c38
@ -80,7 +80,6 @@ int main(int argc, char** argv)
|
|||||||
{
|
{
|
||||||
if ((rinex_filename.substr(found + 1, found + 3).compare("gz") == 0))
|
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);
|
std::ifstream file(rinex_filename, std::ios_base::in | std::ios_base::binary);
|
||||||
boost::iostreams::filtering_streambuf<boost::iostreams::input> in;
|
boost::iostreams::filtering_streambuf<boost::iostreams::input> in;
|
||||||
try
|
try
|
||||||
|
Loading…
Reference in New Issue
Block a user