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
0415f84b
Commit
0415f84b
authored
Feb 03, 2017
by
rbo
Browse files
isa is changed
parent
b607cf86
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Binaural-HRTF/HpTF_class/itaHpTF.m
View file @
0415f84b
...
...
@@ -47,7 +47,7 @@ classdef itaHpTF < itaAudio
if
nargin
==
1
% init
if
isa
(
'itaHpTF'
,
this
)
if
isa
(
this
,
'itaHpTF'
)
this
.
init
=
varargin
;
end
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