Skip to content

Commit

Permalink
Refs #6185 throws for unsupported file type
Browse files Browse the repository at this point in the history
  • Loading branch information
VickieLynch committed Jan 29, 2013
1 parent aeaddad commit d06cce4
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -251,7 +251,7 @@ namespace DataHandling
}
else
{
return;
throw(std::invalid_argument("unsupported file type"));
}

int numChunks = static_cast<int>(filesize/maxChunk);
Expand Down

0 comments on commit d06cce4

Please sign in to comment.