Skip to content

Commit

Permalink
Use tower flag
Browse files Browse the repository at this point in the history
  • Loading branch information
nikhar-abbas committed Sep 30, 2019
1 parent 9087876 commit 8ae12d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Matlab_Toolbox/Pl_FastPlots.m
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ function Pl_FastPlots(varargin)
plsw.RO = 1; % RO, Rotor Performance Outputs
plsw.Fl1 = 0; % Fl1, Basic Floating Parameters
plsw.AF = 0; % All Floating Parameters
plsw.Twr = 0; % Twr, Turbine params with Twr Motions
plsw.Twr = 1; % Twr, Turbine params with Twr Motions
plsw.Rand = 0; % Some random metrics I care about now
cases = fieldnames(plsw);

Expand Down

0 comments on commit 8ae12d6

Please sign in to comment.