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
23d1c1fa
Commit
23d1c1fa
authored
Oct 22, 2012
by
Davis King
Browse files
Minor change to avoid a compiler warning.
parent
83198118
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/bsp.cpp
dlib/test/bsp.cpp
+1
-1
No files found.
dlib/test/bsp.cpp
View file @
23d1c1fa
...
...
@@ -481,7 +481,7 @@ namespace
const
double
width
=
right
-
left
;
matrix
<
double
>
values_to_check
=
linspace
(
left
+
l
*
width
,
left
+
r
*
width
,
100
);
double
best_x
;
double
best_x
=
0
;
double
best_val
=
std
::
numeric_limits
<
double
>::
infinity
();
for
(
long
j
=
0
;
j
<
values_to_check
.
size
();
++
j
)
{
...
...
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