Skip to content

Commit 20ec418

Browse files
committed
Removed return statement
Removed return statement that was in the middle of the program. I left it running yesterday night. Nothing happened ;(
1 parent 691b745 commit 20ec418

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

EWS_WarningTime_SlowRates_Testing_PowerSystem.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,7 +131,7 @@
131131
fprintf('smallest step size in seconds \t\t= %fs\n', smallest_step_size * delta_t);
132132
fprintf('\n\n');
133133

134-
return
134+
135135
%% FIND EWS TIMESERIES FOR EACH WINDOW-SIZE
136136

137137
loop_start_tic = tic;

EWS_WarningTime_SlowRates_Testing_PowerSystem_Automated.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -224,7 +224,7 @@ function EWS_WarningTime_SlowRates_Testing_PowerSystem_func(time_transient, over
224224
fprintf('smallest step size in seconds \t\t= %fs\n', smallest_step_size * delta_t);
225225
fprintf('\n\n');
226226

227-
return
227+
228228
%% FIND EWS TIMESERIES FOR EACH WINDOW-SIZE
229229

230230
loop_start_tic = tic;

0 commit comments

Comments
 (0)