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
0244fcca
Commit
0244fcca
authored
Jun 02, 2013
by
Davis King
Browse files
minor change to avoid compiler error in visual studio.
parent
94cd3359
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
dlib/test/numerical_integration.cpp
dlib/test/numerical_integration.cpp
+1
-1
No files found.
dlib/test/numerical_integration.cpp
View file @
0244fcca
...
...
@@ -161,7 +161,7 @@ namespace
static
double
gg13
(
double
x
)
{
return
sqrt
(
50
)
*
pow
(
e
,
-
50.0
*
pi
*
x
*
x
);
return
sqrt
(
50
.0
)
*
pow
(
e
,
-
50.0
*
pi
*
x
*
x
);
}
static
double
gg14
(
double
x
)
...
...
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