mirror of
https://github.com/gnss-sdr/gnss-sdr
synced 2025-01-16 04:05:46 +00:00
Minor fixes
This commit is contained in:
parent
2728690cdd
commit
0a1e1e88c1
@ -1890,7 +1890,6 @@ bool Gnuplot::get_program_path()
|
||||
if (path == NULL)
|
||||
{
|
||||
throw GnuplotException("Path is not set");
|
||||
return false;
|
||||
}
|
||||
else
|
||||
{
|
||||
@ -2036,7 +2035,6 @@ std::string Gnuplot::create_tmpfile(std::ofstream &tmp)
|
||||
std::ostringstream except;
|
||||
except << "Cannot create temporary file \"" << name << "\"";
|
||||
throw GnuplotException(except.str());
|
||||
return "";
|
||||
}
|
||||
|
||||
tmp.open(name);
|
||||
|
@ -70,9 +70,7 @@ DECLARE_string(log_dir);
|
||||
#include "unit-tests/arithmetic/code_generation_test.cc"
|
||||
#include "unit-tests/arithmetic/fft_length_test.cc"
|
||||
#include "unit-tests/arithmetic/fft_speed_test.cc"
|
||||
#if MATIO_TEST
|
||||
#include "unit-tests/arithmetic/matio_test.cc"
|
||||
#endif
|
||||
|
||||
#include "unit-tests/control-plane/file_configuration_test.cc"
|
||||
#include "unit-tests/control-plane/in_memory_configuration_test.cc"
|
||||
|
Loading…
Reference in New Issue
Block a user