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
6f706482
Commit
6f706482
authored
Oct 26, 2016
by
Jan-Gerrit Richter
Browse files
bugfix in new surf for duplicated positions case
parent
7fc0f3d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/ClassStuff/@itaCoordinates/surf.m
View file @
6f706482
...
...
@@ -74,7 +74,7 @@ else
if
~
isempty
(
sArgs
.
radius
)
r
=
sArgs
.
radius
;
else
r
=
data
;
r
=
data
.'
;
end
isComplex
=
~
all
(
isreal
(
r
));
% & min(r(:)) < 0;
if
isComplex
...
...
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