@@ -187,7 +187,7 @@ namespace SAGA.GplotRelationComputerManage
case 1:
#region 动态解析枚举
system.FlowType = FlowType.Undefine;
- if ("-1" == useValue)
+ if ("0" == useValue)
{
system.FlowType = FlowType.Out;
}
@@ -640,7 +640,6 @@ namespace SAGA.GplotRelationComputerManage
-
nodeGraph.Nodes.Add(node);
#region 调整入度为零的点的顺序