fixed AlignRuleBase::toJson()
This commit is contained in:
@@ -760,6 +760,8 @@ json AlignRuleBase::toJson()
|
||||
tuple["dimNum"] = dimNum;
|
||||
tuple["a"] = AB.first;
|
||||
tuple["b"] = AB.second;
|
||||
|
||||
alignRuleWithJ.push_back(tuple);
|
||||
}
|
||||
retVal["alignRuleWith"] = alignRuleWithJ;
|
||||
return retVal;
|
||||
|
||||
Reference in New Issue
Block a user