Skip to content

Commit

Permalink
Merge pull request #75 from BlackrockNeurotech/master
Browse files Browse the repository at this point in the history
Remerging development after main fix
  • Loading branch information
dkluger authored Oct 4, 2024
2 parents 41ae858 + eb3fc38 commit 4580c7f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions NPMK/openNEV.m
Original file line number Diff line number Diff line change
Expand Up @@ -767,10 +767,10 @@
if strcmp(NEV.MetaTags.FileSpec, '3.0')
NEV.Data.Comments.TimeStampStarted = NEV.Data.Comments.TimeStampStarted(colorFlag == 1);
NEV.Data.Comments.TimeStampStartedSec = NEV.Data.Comments.TimeStampStartedSec(colorFlag == 1);
NEV.Data.Comments.TimeStamp = NEV.Data.Comments.TimeStamp(colorFlag == 1);
NEV.Data.Comments.TimeStampSec = NEV.Data.Comments.TimeStampSec(colorFlag == 1);
NEV.Data.Comments.CharSet = NEV.Data.Comments.CharSet(colorFlag == 1);
NEV.Data.Comments.Text = NEV.Data.Comments.Text(colorFlag == 1,:);
NEV.Data.Comments.TimeStamp = NEV.Data.Comments.TimeStamp(colorFlag == 0);
NEV.Data.Comments.TimeStampSec = NEV.Data.Comments.TimeStampSec(colorFlag == 0);
NEV.Data.Comments.CharSet = NEV.Data.Comments.CharSet(colorFlag == 0);
NEV.Data.Comments.Text = NEV.Data.Comments.Text(colorFlag == 0,:);
NEV.Data.Comments.Color = NEV.Data.Comments.Color(colorFlag == 0,:);
end

Expand Down

0 comments on commit 4580c7f

Please sign in to comment.