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
8c299582
Commit
8c299582
authored
Apr 07, 2015
by
BRAMAS Berenger
Browse files
add constexpr but it is not supported yet by C++
parent
ec28b5f6
Changes
1
Hide whitespace changes
Inline
Side-by-side
Src/Containers/FNeighborIndexes.hpp
View file @
8c299582
...
...
@@ -116,7 +116,7 @@ class FBitsNeighborIndex : public FAbstractNeighborIndex{
static
const
int
NbBitsFlag
=
MaxTreeHeight
;
static
MortonIndex
BuildFlag
(){
/*constexpr*/
static
MortonIndex
BuildFlag
(){
MortonIndex
flag
=
0
;
int
counter
=
NbBitsFlag
;
while
(
counter
--
){
...
...
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