Skip to content

Commit 0c3b618

Browse files
committed
Updated FASTTool info. Added current and previous contributors.
1 parent c1c244f commit 0c3b618

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

subfunctions/WindTurbineDesign.m

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -109,15 +109,16 @@ function EndGUI(handles)
109109
%% Info button
110110
function Info_Callback(hObject, eventdata, handles)
111111
info = [...
112-
'FASTTool v1.3 (July 2019) \n', ...
112+
'FASTTool v1.4 (February 2021) \n', ...
113113
'For the course AE4W09\n', ...
114114
'\n', ...
115-
'Works on Windows with Matlab R2018b (v9.1) and above \n', ...
116-
'Designed for FAST v8.16', ...
115+
'Works on Windows with Matlab R2018b (v9.1) and above. \n', ...
116+
'Designed for FAST v8.16.', ...
117117
'\n', ...
118118
'Course instructor: Michiel Zaaijer (M.B.Zaayer@tudelft.nl) \n', ...
119119
'GUI created by: Rene Bos and Michiel Zaaijer \n', ...
120-
'Simulink integration: Sebastiaan Mulders (S.P.Mulders@tudelft.nl) and Jan-Willem van Wingerden (J.W.vanWingerden@tudelft.nl)'];
120+
'Simulink integration: Atindriyo K. Pamososuryo (A.K.Pamososuryo@tudelft.nl) and Jan-Willem van Wingerden (J.W.vanWingerden@tudelft.nl) \n',...
121+
'Previous contributors: Sebastiaan P. Mulders & Sachin Navalkar.'];
121122
helpdlg(sprintf(info), 'Info')
122123

123124
%% Open turbine

0 commit comments

Comments
 (0)