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
David Cazier
CGoGN
Commits
d2a46e16
Commit
d2a46e16
authored
Nov 13, 2012
by
Kenneth Vanhoey
Browse files
Bug correction qem.hpp on QuadricHF
parent
4ae28bc3
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/Utils/qem.hpp
View file @
d2a46e16
...
...
@@ -847,7 +847,7 @@ QuadricHF<REAL>::buildIntegralMatrix_B(const REAL& alpha, unsigned int size)
B
(
9
,
8
)
=
0
;
B
(
9
,
9
)
=
2.0
*
(
M_PI
-
alpha
)
/
7.0
;
if
(
size
<
1
0
)
if
(
size
<
1
1
)
return
B
;
B
(
0
,
10
)
=
4.0
*
((
sin
(
2
*
alpha
)
+
2
*
alpha
)
/
4.0
-
(
sin
(
4
*
alpha
)
+
4
*
alpha
-
2
*
M_PI
)
/
4.0
)
/
1.5E+1
;
...
...
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