рефакторинг. подготовка к переводу регионов на json
This commit is contained in:
@@ -505,8 +505,8 @@ public class db_project_info extends DBObject {
|
||||
if (templates.size() > 0) {
|
||||
for (ParallelRegion p : parallelRegions.Data.values()) {
|
||||
DefaultMutableTreeNode pn = new DefaultMutableTreeNode(p);
|
||||
p.dataDirectives.genRules(p.arraysMap);
|
||||
for (String r : p.dataDirectives.rules)
|
||||
p.genRules(p.arraysMap);
|
||||
for (String r : p.rules)
|
||||
pn.add(new DefaultMutableTreeNode(r));
|
||||
maxdim = Math.max(maxdim, p.maxdim);
|
||||
align_rules_root.add(pn);
|
||||
|
||||
Reference in New Issue
Block a user