Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jesse Heckman
pbtoolbox
Commits
93bb4849
Commit
93bb4849
authored
Oct 16, 2018
by
Jesse Heckman
Browse files
minor fixes
parent
62787b79
Changes
1
Hide whitespace changes
Inline
Side-by-side
subtools/lsl/pb_runLSL.m
View file @
93bb4849
...
...
@@ -20,7 +20,7 @@ function ses = pb_runLSL()
tmp
=
tmp
{
1
}(
1
:
find
(
tmp
{
1
}
==
'@'
,
1
)
-
2
);
disp
([
newline
'Looking for '
tmp
' stream...'
])
info
=
lsl_
streaminfos
(
streams
{
iStrm
});
info
=
lsl_
resolver
(
streams
{
iStrm
});
l
=
info
.
list
();
if
isempty
(
l
);
error
(
'No streams found'
);
end
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment