CEVAK bug fixes, version 2.2.223.
This commit is contained in:
parent
2cab985bd0
commit
140ec13626
@ -77,7 +77,7 @@ namespace TBF.BenchControl
|
||||
if (measuredVolume <= float.Epsilon)
|
||||
{
|
||||
log.WarnFormat("ErrorFromVolumes({0},{1}) returns {2}", measuredVolume, trueVolume, 0);
|
||||
return 0;
|
||||
return 99.0;
|
||||
}
|
||||
|
||||
log.WarnFormat("ErrorFromVolumes({0},{1}) returns {2}", measuredVolume, trueVolume, 99.0);
|
||||
|
||||
@ -112,10 +112,14 @@ namespace TBF.BenchControl.WaterMeters.WaterMeter
|
||||
|
||||
void CopyContentTo(ProcParams prms)
|
||||
{
|
||||
prms.ProductName = this.ProductName;
|
||||
prms.Producer = this.Producer;
|
||||
prms.Qn = this.Qn;
|
||||
prms.Qt = this.Qt;
|
||||
prms.Qmin = this.Qmin;
|
||||
prms.ApprovalInfo = this.ApprovalInfo;
|
||||
prms.MetrologicalClass = this.MetrologicalClass;
|
||||
prms.WaterTemp = this.WaterTemp;
|
||||
}
|
||||
|
||||
public IParamsProvider Clone()
|
||||
|
||||
@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
|
||||
// Build Number
|
||||
// Revision
|
||||
//
|
||||
[assembly: AssemblyVersion("2.2.222.1")]
|
||||
[assembly: AssemblyFileVersion("2.2.222.1")]
|
||||
[assembly: AssemblyVersion("2.2.223.1")]
|
||||
[assembly: AssemblyFileVersion("2.2.223.1")]
|
||||
|
||||
Loading…
Reference in New Issue
Block a user