weighted_par_regions #57

Merged
Alexander_KS merged 5 commits from weighted_par_regions into master 2025-05-29 06:08:48 +00:00
Showing only changes of commit 29a8c30370 - Show all commits

View File

@@ -516,8 +516,8 @@ namespace Distribution
for (auto& place : declPlaces)
{
JSON elem;
elem["array_name"] = place.first;
elem["array_loc"] = place.second;
elem["file"] = place.first;
elem["line"] = place.second;
declPlacesJ.push_back(elem);
}