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
solverstack
ScalFMM
Commits
4221e17f
Commit
4221e17f
authored
Aug 20, 2012
by
BRAMAS Berenger
Browse files
Misstake, in the P2M the precomputed array can be of size P instead of SizeArray
parent
b390de3b
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Kernels/Rotation/FRotationKernel.hpp
View file @
4221e17f
...
...
@@ -896,7 +896,7 @@ public:
// We need a legendre array
FReal
legendre
[
SizeArray
];
FReal
angles
[
SizeArray
][
2
];
FReal
angles
[
P
+
1
][
2
];
// For all particles in the leaf box
typename
ContainerClass
::
ConstBasicIterator
iterParticle
(
*
inParticles
);
...
...
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