version updated
This commit is contained in:
@@ -766,15 +766,15 @@ int SPF_GetArrayDistribution(void*& context, int winHandler, short *options, sho
|
||||
else
|
||||
printInternalError(convertFileName(__FILE__).c_str(), __LINE__);
|
||||
|
||||
json allRegionsV = json::array();
|
||||
json regions = json::array();
|
||||
for (auto& reg : parallelRegions)
|
||||
{
|
||||
json currReg = reg->toJson();
|
||||
allRegionsV.push_back(currReg);
|
||||
regions.push_back(currReg);
|
||||
}
|
||||
|
||||
json allRegions;
|
||||
allRegions["allRegions"] = allRegionsV;
|
||||
allRegions["allRegions"] = regions;
|
||||
|
||||
string resVal = allRegions.dump();
|
||||
copyStringToShort(result, resVal);
|
||||
|
||||
Reference in New Issue
Block a user