Skip to content
Snippets Groups Projects
Commit f5e3a838 authored by pkedzia's avatar pkedzia
Browse files

Modified set_option method for cclreader in whole/io/cclrelreader

parent c5771637
No related merge requests found
......@@ -72,11 +72,7 @@ namespace whole {
void CclRelReader::set_option(const std::string& option)
{
if (option == "autogen_sent_id") {
ccl_reader_->set_option("autogen_sent_id");
} else if (option == "autogen_chunk_id") {
ccl_reader_->set_option("autogen_chunk_id");
}
ccl_reader_->set_option(option);
}
std::string CclRelReader::get_option(const std::string& option) const {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment