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
c0b60faa
"src/git@developer.sourcefind.cn:renzhc/diffusers_dcu.git" did not exist on "9d945b2b90fb10f3d4299f1402ca8bf78fe7f7b8"
Commit
c0b60faa
authored
Oct 16, 2017
by
Davis King
Browse files
Removed cout statement.
parent
0282b942
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/rand.cpp
dlib/test/rand.cpp
+1
-1
No files found.
dlib/test/rand.cpp
View file @
c0b60faa
...
@@ -403,7 +403,7 @@ namespace
...
@@ -403,7 +403,7 @@ namespace
// make sure there isn't any funny bias
// make sure there isn't any funny bias
DLIB_TEST
(
std
::
abs
(
big_val
/
(
double
)
small_val
-
1
)
<
0.001
);
DLIB_TEST
(
std
::
abs
(
big_val
/
(
double
)
small_val
-
1
)
<
0.001
);
cout
<<
big_val
/
(
double
)
small_val
<<
endl
;
//
cout << big_val/(double)small_val << endl;
}
}
...
...
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