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

..

parent b2266231
No related branches found
No related tags found
1 merge request!1943rework 1D import dialog (#729)
...@@ -114,8 +114,6 @@ std::stringstream file2stream(const std::string& fname) ...@@ -114,8 +114,6 @@ std::stringstream file2stream(const std::string& fname)
void stream2file(const std::string& fname, std::stringstream& s) void stream2file(const std::string& fname, std::stringstream& s)
{ {
using namespace Util::Parse;
std::ofstream fout; std::ofstream fout;
std::ios_base::openmode openmode = std::ios::out; std::ios_base::openmode openmode = std::ios::out;
if (is_binary2D(fname)) 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