Skip to content
Snippets Groups Projects
Verified Commit a8c7fb69 authored by Houtan Bastani's avatar Houtan Bastani
Browse files

fix typo

parent 98746536
Branches
No related tags found
No related merge requests found
Pipeline #329 passed
......@@ -382,7 +382,7 @@ Epilogue::writeEpilogueFile(const string &basename) const
for (auto symb_id : exogs)
output << symbol_table.getName(symb_id) << " = ds." << symbol_table.getName(symb_id) << ".data;" << endl;
output << endl
<< "for epilogue_it__ = epilogue_loop_begin_idx__::epilogue_loop_end_idx__" << endl;
<< "for epilogue_it__ = epilogue_loop_begin_idx__:epilogue_loop_end_idx__" << endl;
deriv_node_temp_terms_t tef_terms;
temporary_terms_t temporary_terms;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment