Skip to content

Commit

Permalink
Add call to Reduce after Apply
Browse files Browse the repository at this point in the history
  • Loading branch information
SSoelvsten committed Aug 14, 2020
1 parent 00fab5b commit 2d07b5a
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/coom/apply.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,12 @@

#include <tpie/priority_queue.h>
#include <tpie/file_stream.h>

#include "data.h"
#include "data_pty.h"

#include "reduce.h"

#include "apply.h"


Expand Down Expand Up @@ -453,6 +457,7 @@ namespace coom
reduce_sink_arcs.open();

apply(in_nodes_1, in_nodes_2, op, reduce_node_arcs, reduce_sink_arcs);
reduce(reduce_node_arcs, reduce_sink_arcs, out_nodes);
}
#if COOM_DEBUG
tpie::log_info() << "\\\\===// APPLY \\\\===//" << std::endl;
Expand Down

0 comments on commit 2d07b5a

Please sign in to comment.