Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
Set to 1 the SIMULATION flag on src/main.m
  • Loading branch information
imAlessas committed Feb 29, 2024
1 parent 0ac10d7 commit 90b4797
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main.m
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
% RESULT: Display values as per guidelines
% DEBUG: Additional display for variables or comparisons
% PLOTS: Toggle for generating plots
SIMULATION = 0; % Set to 1 to compute the simulation
ANALYSIS = 1; % Set to 1 to enable the analysis
SIMULATION = 1; % Set to 1 to compute the simulation
ANALYSIS = 0; % Set to 1 to enable the analysis
RESULT = 1; % Set to 1 to display result values
DEBUG = 0; % Set to 1 to enable additional debugging display
PLOTS = 1; % Set to 1 to generate plots, 0 to disable plots
Expand Down

0 comments on commit 90b4797

Please sign in to comment.