Skip to content
GitLab
Menu
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
dd3ca0db
Commit
dd3ca0db
authored
Jun 12, 2019
by
ESTERIE Pierre
Browse files
Fix missing declare_mine in all constructors of the group tree
parent
e35676b5
Changes
1
Hide whitespace changes
Inline
Side-by-side
include/GroupTree/Core/FGroupTree.hpp
View file @
dd3ca0db
...
...
@@ -127,6 +127,7 @@ public:
}
// Keep the block
newBlock
->
declare_mine
();
_cellBlocksPerLevel
[
idxLevel
].
push_back
(
newBlock
);
_particleBlocks
.
push_back
(
newParticleBlock
);
...
...
@@ -170,6 +171,7 @@ public:
}
// Keep the block
newBlock
->
declare_mine
();
_cellBlocksPerLevel
[
idxLevel
].
push_back
(
newBlock
);
// If we can move right then add another block
...
...
@@ -291,6 +293,7 @@ public:
}
// Keep the block
newBlock
->
declare_mine
();
_cellBlocksPerLevel
[
idxLevel
].
push_back
(
newBlock
);
_particleBlocks
.
push_back
(
newParticleBlock
);
...
...
@@ -364,6 +367,7 @@ public:
}
// Keep the block
newBlock
->
declare_mine
();
_cellBlocksPerLevel
[
idxLevel
].
push_back
(
newBlock
);
sizeOfBlock
=
0
;
...
...
@@ -499,6 +503,7 @@ public:
}
// Keep the block
newBlock
->
declare_mine
();
_cellBlocksPerLevel
[
idxLevel
].
push_back
(
newBlock
);
_particleBlocks
.
push_back
(
newParticleBlock
);
...
...
@@ -574,6 +579,7 @@ public:
}
// Keep the block
newBlock
->
declare_mine
();
_cellBlocksPerLevel
[
idxLevel
].
push_back
(
newBlock
);
sizeOfBlock
=
0
;
...
...
@@ -630,6 +636,7 @@ public:
}
// Keep the block
newBlock
->
declare_mine
();
_cellBlocksPerLevel
[
idxLevel
].
push_back
(
newBlock
);
sizeOfBlock
=
0
;
...
...
@@ -833,6 +840,7 @@ public:
}
// Keep the block
newBlock
->
declare_mine
();
_cellBlocksPerLevel
[
idxLevel
].
push_back
(
newBlock
);
sizeOfBlock
=
0
;
...
...
Write
Preview
Supports
Markdown
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