Gr-affable
Gr-affable copied to clipboard
Type mismatch in vector.push_back
https://github.com/harpoonix/Gr-affable/blob/29490773a25ca934196879cf466fa7604d601581/Strongly%20Connected/stronglyConnected.cpp#L39-L40
There seems to be a type mismatch between the argument passed to push_back
and the arguments it expects. Can you find the problem and fix it?
Raised PR https://github.com/harpoonix/Gr-affable/pull/28