Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Institute of Technical Acoustics (ITA)
toolbox
Commits
99ad9da3
Commit
99ad9da3
authored
Feb 16, 2017
by
Jan-Gerrit Richter
Browse files
bugfix of merge with new itaSuper
parent
3370bb5b
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/ClassStuff/@itaSuper/itaSuper.m
View file @
99ad9da3
...
...
@@ -598,7 +598,7 @@ classdef itaSuper < itaMeta
% and select the appropriate Channel struct(s)
%% merge channelInfo
channelFields
=
properties
(
this
);
channelFields
=
channelFields
(
strcmp
(
'channel'
,
channelFields
));
channelFields
=
channelFields
(
str
n
cmp
(
'channel'
,
channelFields
,
7
));
for
idchfield
=
1
:
numel
(
channelFields
)
thisFieldName
=
channelFields
{
idchfield
};
...
...
@@ -662,7 +662,7 @@ classdef itaSuper < itaMeta
%% merge channelInfo
channelFields
=
properties
(
this
);
channelFields
=
channelFields
(
strcmp
(
'channel'
,
channelFields
));
channelFields
=
channelFields
(
str
n
cmp
(
'channel'
,
channelFields
,
7
));
for
idchfield
=
1
:
numel
(
channelFields
)
thisFieldName
=
channelFields
{
idchfield
};
...
...
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