Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
dlib
Commits
d030932e
Commit
d030932e
authored
Mar 10, 2012
by
Davis King
Browse files
Fixed typo in error message
parent
480b8f26
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/matrix/matrix.h
dlib/matrix/matrix.h
+1
-1
No files found.
dlib/matrix/matrix.h
View file @
d030932e
...
@@ -436,7 +436,7 @@ namespace dlib
...
@@ -436,7 +436,7 @@ namespace dlib
DLIB_ASSERT
(
lhs
.
nc
()
==
rhs
.
nc
()
&&
DLIB_ASSERT
(
lhs
.
nc
()
==
rhs
.
nc
()
&&
lhs
.
nr
()
==
rhs
.
nr
(),
lhs
.
nr
()
==
rhs
.
nr
(),
"
\t
const matrix_exp operator-(const matrix_exp& lhs, const matrix_exp& rhs)"
"
\t
const matrix_exp operator-(const matrix_exp& lhs, const matrix_exp& rhs)"
<<
"
\n\t
You are trying to
add
two incompatible matrices
together
"
<<
"
\n\t
You are trying to
subtract
two incompatible matrices"
<<
"
\n\t
lhs.nr(): "
<<
lhs
.
nr
()
<<
"
\n\t
lhs.nr(): "
<<
lhs
.
nr
()
<<
"
\n\t
lhs.nc(): "
<<
lhs
.
nc
()
<<
"
\n\t
lhs.nc(): "
<<
lhs
.
nc
()
<<
"
\n\t
rhs.nr(): "
<<
rhs
.
nr
()
<<
"
\n\t
rhs.nr(): "
<<
rhs
.
nr
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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