no message

This commit is contained in:
2025-05-10 17:15:45 +03:00
parent e1291446c8
commit c148f62198
11 changed files with 86 additions and 62 deletions

View File

@@ -505,7 +505,7 @@ 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.arrays);
p.dataDirectives.genRules(p.arraysMap);
for (String r : p.dataDirectives.rules)
pn.add(new DefaultMutableTreeNode(r));
maxdim = Math.max(maxdim, p.maxdim);