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
7e802ebd
Commit
7e802ebd
authored
Feb 08, 2014
by
Davis King
Browse files
Fixed compiler error in assert statement
parent
fe3d5901
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
1 deletion
+0
-1
dlib/geometry/rectangle.h
dlib/geometry/rectangle.h
+0
-1
No files found.
dlib/geometry/rectangle.h
View file @
7e802ebd
...
@@ -612,7 +612,6 @@ namespace dlib
...
@@ -612,7 +612,6 @@ namespace dlib
DLIB_ASSERT
(
ratio
>
0
,
DLIB_ASSERT
(
ratio
>
0
,
"
\t
rectangle set_aspect_ratio()"
"
\t
rectangle set_aspect_ratio()"
<<
"
\n\t
ratio: "
<<
ratio
<<
"
\n\t
ratio: "
<<
ratio
<<
"
\n\t
this: "
<<
this
);
);
// aspect ratio is w/h
// aspect ratio is w/h
...
...
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