Commit 37caa6f4 authored by Alexander von Lühmann's avatar Alexander von Lühmann
Browse files

Update hmrR_tCCA.m

corrected case "filter exists and this is training run (=skip)" to not show a message
parent ca6859e2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -249,7 +249,7 @@ if flagtCCA
                %% put a user warning
                if runIdx == runIdxResting-1
                    msgbox('tCCA raining (resting run) is not the first run. Other runs skipped. Please re-run the session for complete results.')
                elseif runIdx >= runIdxResting
                elseif runIdx > runIdxResting
                    msgbox('no tCCA filter trained. Please run training resting run or whole session first.')
                end
        end