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
1b54dd9b
Commit
1b54dd9b
authored
Aug 19, 2014
by
BRAMAS Berenger
Browse files
Rename min max to firstIndex lastIndex
parent
7e955dd1
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Src/Core/FFmmAlgorithmThreadProc.hpp
View file @
1b54dd9b
This diff is collapsed.
Click to expand it.
Tests/Utils/testFmmAlgorithmProc.cpp
View file @
1b54dd9b
...
...
@@ -137,7 +137,7 @@ void ValidateFMMAlgoProc(OctreeClass* const badTree,
octreeIteratorValide
.
moveRight
();
}
while
(
octreeIteratorValide
.
getCurrentGlobalIndex
()
!=
fmm
->
getWorkingInterval
(
level
).
min
){
while
(
octreeIteratorValide
.
getCurrentGlobalIndex
()
!=
fmm
->
getWorkingInterval
(
level
).
leftIndex
){
octreeIteratorValide
.
moveRight
();
octreeIterator
.
moveRight
();
}
...
...
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