Skip to content

Commit

Permalink
Remove faux reader check for now.
Browse files Browse the repository at this point in the history
  • Loading branch information
abellgithub committed Aug 13, 2018
1 parent 9fc5651 commit 158787b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions io/FauxReader.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,10 @@ void FauxReader::addArgs(ProgramArgs& args)

void FauxReader::initialize()
{
/**
if (!m_countArg->set())
throwError("Argument 'count' needs a value and none was provided.");
**/
if (m_numReturns > 10)
throwError("Option 'number_of_returns' must be in the range [0,10].");
if (m_mode == Mode::Grid)
Expand Down

0 comments on commit 158787b

Please sign in to comment.