Skip to content

Commit

Permalink
Test.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Jun 27, 2019
1 parent 02e34a9 commit 79e8169
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion io/Ilvis2Reader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -210,7 +210,7 @@ std::cerr << ".. read metadata!\n";
std::cerr << "Filename = " << m_filename << "!\n";
m_stream.open(m_filename);
if (!m_stream)
throwError("Couldn't open file '" + filename + "'.");
throwError("Couldn't open file '" + m_filename + "'.");
m_layout = table.layout();
m_resample = false;
std::cerr << ".. reading lines -- header = " << HeaderSize << "!\n";
Expand Down

0 comments on commit 79e8169

Please sign in to comment.