From 5bf6f73abbb5fc642b292fd23bb676059b4039c1 Mon Sep 17 00:00:00 2001 From: "Burns, Terry" <Terry.Burns@ricardo.com> Date: Wed, 15 Apr 2015 13:54:37 +0000 Subject: [PATCH] FLOW RATE SIGNAL CORRECTED git-tfs-id: [http://tfs00.element.root.com:8080/tfs/TFSCollection]$/VECTO;C1891 --- VECTOAux/VectoAuxiliaries/AdvancedAuxiliaries.vb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VECTOAux/VectoAuxiliaries/AdvancedAuxiliaries.vb b/VECTOAux/VectoAuxiliaries/AdvancedAuxiliaries.vb index 0e1cb2434a..9f11888a8e 100644 --- a/VECTOAux/VectoAuxiliaries/AdvancedAuxiliaries.vb +++ b/VECTOAux/VectoAuxiliaries/AdvancedAuxiliaries.vb @@ -395,7 +395,7 @@ End Sub Public ReadOnly Property AA_CompressorFlowRate_LitrePerSec As Single? Implements IAdvancedAuxiliaries.AA_CompressorFlowRate_LitrePerSec Get - Return M4.GetAveragePowerDemandPerCompressorUnitFlowRate + Return M4.GetFlowRate End Get End Property -- GitLab