Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
V
VirtualFluids
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
iRMB
VirtualFluids
Merge requests
!81
fixed AL
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
fixed AL
irmb/uppsala/VirtualFluids_dev:actuator_line
into
develop
Overview
0
Commits
86
Pipelines
0
Changes
7
Merged
Hkorb
requested to merge
irmb/uppsala/VirtualFluids_dev:actuator_line
into
develop
3 years ago
Overview
0
Commits
86
Pipelines
0
Changes
7
Expand
Merge actuator Line from Uppsala
0
0
Merge request reports
Viewing commit
17f42335
Prev
Next
Show latest version
7 files
+
28
−
45
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
7
Search (e.g. *.vue) (Ctrl+P)
17f42335
some more minor cleanup
· 17f42335
Hkorb
authored
3 years ago
src/gpu/VirtualFluids_GPU/GPU/GeometryUtils.h
+
1
−
1
Options
@@ -180,7 +180,7 @@ __inline__ __host__ __device__ uint findNearestCellBSW(uint index,
real
posX
,
real
posY
,
real
posZ
,
uint
*
neighborsX
,
uint
*
neighborsY
,
uint
*
neighborsZ
,
uint
*
neighborsWSB
)
{
uint
new_index
=
index
;
uint
new_index
=
index
;
while
(
coordsX
[
new_index
]
>
posX
&&
coordsY
[
new_index
]
>
posY
&&
coordsZ
[
new_index
]
>
posZ
){
new_index
=
max
(
1
,
neighborsWSB
[
new_index
]);}
Loading