Skip to content
Snippets Groups Projects
Commit 040eb0cc authored by Wuttke, Joachim's avatar Wuttke, Joachim
Browse files

..

parent 06fab01b
No related branches found
No related tags found
1 merge request!1943rework 1D import dialog (#729)
......@@ -84,7 +84,6 @@ std::stringstream file2stream(const std::string& fname)
if (!Base::Path::IsFileExists(fname))
throw std::runtime_error("File does not exist: " + fname);
using namespace Util::Parse;
std::ifstream input_stream;
std::ios_base::openmode openmode = std::ios::in;
if (is_binary2D(fname))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment