Skip to content

Commit

Permalink
Removed return statement
Browse files Browse the repository at this point in the history
Removed return statement that was in the middle of the program. I left it running yesterday night. Nothing happened ;(
  • Loading branch information
atharvaaalok committed Jun 5, 2023
1 parent 691b745 commit 20ec418
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion EWS_WarningTime_SlowRates_Testing_PowerSystem.m
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@
fprintf('smallest step size in seconds \t\t= %fs\n', smallest_step_size * delta_t);
fprintf('\n\n');

return

%% FIND EWS TIMESERIES FOR EACH WINDOW-SIZE

loop_start_tic = tic;
Expand Down
2 changes: 1 addition & 1 deletion EWS_WarningTime_SlowRates_Testing_PowerSystem_Automated.m
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ function EWS_WarningTime_SlowRates_Testing_PowerSystem_func(time_transient, over
fprintf('smallest step size in seconds \t\t= %fs\n', smallest_step_size * delta_t);
fprintf('\n\n');

return

%% FIND EWS TIMESERIES FOR EACH WINDOW-SIZE

loop_start_tic = tic;
Expand Down

0 comments on commit 20ec418

Please sign in to comment.