FUZHOU : ContrlComWrap.DivSampled(.,divIx) bug fix, ver. 2.18.1439

This commit is contained in:
Milan Hanajik
2020-03-18 07:49:37 +01:00
parent 98a4ee25df
commit be8f4fbf27
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ namespace TBF.BenchControl.Elde
}
public float DivSamples(int time, int divIx0)
{
#if MUNICH || IZRAEL_200
#if MUNICH || IZRAEL_200 || FUZHOU_50 || FUZHOU_150 || FUZHOU_300
return ctrlBrdComponent.DIVSamples[time, 0];
#else
return ctrlBrdComponent.DIVSamples[time, divIx0];
+2 -2
View File
@@ -29,5 +29,5 @@ using System.Runtime.InteropServices;
// Build Number
// Revision
//
[assembly: AssemblyVersion("2.18.1438.0")]
[assembly: AssemblyFileVersion("2.18.1438.0")]
[assembly: AssemblyVersion("2.18.1439.0")]
[assembly: AssemblyFileVersion("2.18.1439.0")]