From be8f4fbf2778d06e2c2ae7fec5e551a55ca41dbc Mon Sep 17 00:00:00 2001 From: Milan Hanajik Date: Wed, 18 Mar 2020 07:47:09 +0100 Subject: [PATCH] FUZHOU : ContrlComWrap.DivSampled(.,divIx) bug fix, ver. 2.18.1439 --- TBF/BenchControl/Elde/ControlComWrap.cs | 2 +- TBF/Properties/AssemblyInfo.cs | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/TBF/BenchControl/Elde/ControlComWrap.cs b/TBF/BenchControl/Elde/ControlComWrap.cs index 67d4bc00d..ecb167745 100644 --- a/TBF/BenchControl/Elde/ControlComWrap.cs +++ b/TBF/BenchControl/Elde/ControlComWrap.cs @@ -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]; diff --git a/TBF/Properties/AssemblyInfo.cs b/TBF/Properties/AssemblyInfo.cs index adde30fa8..83c3a8c3a 100644 --- a/TBF/Properties/AssemblyInfo.cs +++ b/TBF/Properties/AssemblyInfo.cs @@ -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")]