Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
S
ScalFMM
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
5
Issues
5
List
Boards
Labels
Service Desk
Milestones
Operations
Operations
Incidents
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
solverstack
ScalFMM
Commits
171cc792
Commit
171cc792
authored
Apr 27, 2018
by
COULAUD Olivier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
box type is now a template
parent
fbc50cd8
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Src/GroupTree/Core/FBuildGroupTree.hpp
Src/GroupTree/Core/FBuildGroupTree.hpp
+2
-2
No files found.
Src/GroupTree/Core/FBuildGroupTree.hpp
View file @
171cc792
...
...
@@ -43,9 +43,9 @@ namespace groupTree {
// @param[inout] localGroupTree the LET of the octree
// @param[out] m_idx_distribution Distribution of the leaves on the processors
// @param[out] nb_blocks
template
<
class
LOADER
,
class
particleType
,
class
OCTREEGRPOUPCLASS
>
template
<
class
LOADER
,
class
particleType
,
class
OCTREEGRPOUPCLASS
,
class
FBox
>
void
buildLetTree
(
inria
::
mpi
::
communicator
&
mpi_comm
,
LOADER
&
loader
,
std
::
vector
<
particleType
>
&
myParticles
,
const
FBox
<
FPoint
<
FReal
>>
box
,
const
FBox
/*<FPoint<FReal>> */
box
,
const
int
TreeHeight
,
const
int
groupSize
,
OCTREEGRPOUPCLASS
*
&
localGroupTree
,
std
::
vector
<
MortonIndex
>
&
m_idx_distribution
,
int
&
nb_blocks
...
...
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