Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Martin Reinecke
ducc
Commits
a0f9efc1
Commit
a0f9efc1
authored
Jan 04, 2020
by
Martin Reinecke
Browse files
fix
parent
316398dc
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/mr_util/gl_integrator.h
View file @
a0f9efc1
...
...
@@ -43,7 +43,7 @@ class GL_Integrator
public:
GL_Integrator
(
int
n
,
size_t
nthreads
=
1
)
n_
(
n
)
:
n_
(
n
)
{
MR_assert
(
n
>=
1
,
"number of points must be at least 1"
);
constexpr
double
pi
=
3.141592653589793238462643383279502884197
;
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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