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
4051f203
Commit
4051f203
authored
Dec 04, 2017
by
Jan-Gerrit Richter
Browse files
bugfix in itaCoordinates.dot
calculate one dot product per coordinate and not sum over the axes
parent
0d300434
Changes
1
Hide whitespace changes
Inline
Side-by-side
kernel/ClassStuff/@itaCoordinates/dot.m
View file @
4051f203
...
...
@@ -7,5 +7,5 @@ function d = dot(v1,v2)
% </ITA-Toolbox>
d
=
dot
(
v1
.
cart
,
v2
.
cart
);
d
=
dot
(
v1
.
cart
,
v2
.
cart
,
2
);
end
%eof
\ No newline at end of file
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