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
2a77cc7c
Commit
2a77cc7c
authored
Dec 06, 2017
by
Jan-Gerrit Richter
Browse files
changed error to verbose output
parent
7bfd6bb3
Changes
1
Hide whitespace changes
Inline
Side-by-side
applications/Binaural-HRTF/HRTF_class/@itaHRTF/reduce_spatial.m
View file @
2a77cc7c
...
...
@@ -39,7 +39,7 @@ newSamplingDistance = getVectorLength(newCoordinates.n(1),newCoordinates.n(2));
% the maximum of the found points should always be smaller
if
max
(
pointDistances
)
>
newSamplingDistance
error
(
'The found points are further apart than the sampling allows. Something is wrong'
)
ita_verbose_info
(
'The found points are further apart than the sampling allows. Something is wrong'
,
0
)
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