Skip to content

Commit ef51887

Browse files
committed
HP no refresh fix v1.1.3.39
Updated the CompressorVG and TurbineNPSS to allow initialization scripts to modify the current instance of the block. This update fixes a bug that was not allowing the Health Parameters to be set.
1 parent 4b18e1e commit ef51887

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Trunk/Install_TMATS.m

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ function Install_TMATS()
33

44
% TMATSver and date must remain in the listed form for the ver command to work
55
% properly.
6-
TMATSver = '1.1.3.38';
7-
TMATSdate = 'Jul-21-2017';
6+
TMATSver = '1.1.3.39';
7+
TMATSdate = 'Aug-28-2017';
88

99
error = 0;
1010
TMATSInstallmsg = 'Install T-MATS matlab toolbox? Note: Installation will add MATLAB paths and generate MEX files.';
39 Bytes
Binary file not shown.
47 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)