Commit 0a87bb0d authored by Paul's avatar Paul
Browse files

Formatting

parent af5b39a4
...@@ -109,7 +109,7 @@ struct stream_info ...@@ -109,7 +109,7 @@ struct stream_info
void schedule::apply(program& p) const void schedule::apply(program& p) const
{ {
stream_info si; stream_info si;
auto last = std::prev(p.end()); auto last = std::prev(p.end());
si.accumulate_weights(last, model); si.accumulate_weights(last, model);
......
Markdown is supported
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