Skip to content
Snippets Groups Projects
Commit 2357778d authored by Xin Jin's avatar Xin Jin Committed by Pascal Sainvitu
Browse files

[TSU-4227] Change Sigma SZ not working fix

parent bbffe425
No related branches found
No related tags found
1 merge request!1267[TSU-4227] Change Sigma SZ not working fix
Pipeline #12418157 passed
......@@ -229,7 +229,7 @@ namespace TSU.Common.Compute.Compensations.Manager
ChangeSigma(new List<Polar.Measure>() { pm }, propertyValue, "Y");
break;
case "SZ":
ChangeSigma(new List<Polar.Measure>() { pm }, propertyValue, "Y");
ChangeSigma(new List<Polar.Measure>() { pm }, propertyValue, "Z");
break;
default:
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment