Browse Source

正常计量,不应报错。Rela: Bug #1533 删除变更令重新调用,不应报错

MaiXinRong 7 years ago
parent
commit
e54e63f282
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Units/UtilMethods.pas

+ 1 - 1
Units/UtilMethods.pas

@@ -241,7 +241,7 @@ end;
 
 
 function CommonCalcRoundTo(AValue: Double): Double;
 function CommonCalcRoundTo(AValue: Double): Double;
 begin
 begin
-  Result := CommonRoundTo(AValue, 12);
+  Result := CommonRoundTo(AValue, -12);
 end;
 end;
 
 
 {Interface Control}
 {Interface Control}