提交 4df7554f 编写于 作者: E Eduardo Ramos

Merge branch '0.9.2' of github.com:gephi/gephi

......@@ -303,9 +303,6 @@ public class DefaultProcessor extends AbstractProcessor {
//Actually it's directed so we can create the opposite directed edge, not incompatible
edge = null;
}
} else {
//Undirected but opposite edges are not compatible, check for it
edge = graph.getEdge(target, source, edgeType);
}
} else {
if (edge.isDirected() == directed) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册