Skip to content

Commit 7daa9c9

Browse files
committed
Corrected a typo
1 parent 038d6a6 commit 7daa9c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plotting_simulations.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ function plotting_helper0(regime_type, outdirpath)
6161
st_and_nn1 = [];
6262
end
6363

64-
if ~isempty(st_and_nn1_full)
64+
if ~isempty(st_and_nn2_full)
6565
st_and_nn2 = st_and_nn2_full(st_and_nn2_full(:,1)>=st_t,:);
6666
st_and_nn2 = st_and_nn2(st_and_nn2(:,1)<ed_t,:);
6767
else

0 commit comments

Comments
 (0)