Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
VTK-m
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
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
Dave Pugmire
VTK-m
Commits
39054e64
Commit
39054e64
authored
3 years ago
by
Dave Pugmire
Browse files
Options
Downloads
Patches
Plain Diff
Add corner case unit test.
parent
0a3fd262
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Pipeline
#240791
passed
3 years ago
Stage: build
Stage: test
Stage: external
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
vtkm/filter/testing/UnitTestStreamlineFilter.cxx
+1
-3
1 addition, 3 deletions
vtkm/filter/testing/UnitTestStreamlineFilter.cxx
with
1 addition
and
3 deletions
vtkm/filter/testing/UnitTestStreamlineFilter.cxx
+
1
−
3
View file @
39054e64
...
...
@@ -628,10 +628,9 @@ void TestStreamlineFilters()
for
(
auto
useSL
:
flags
)
TestStreamlineFile
(
fishFile
,
fishPts
,
fishStep
,
100
,
fishEndPts
,
useSL
);
/*
//ARMWind corner case of particle near boundary.
std
::
string
amrWindFile
=
vtkm::cont::testing::Testing::DataPath("rectilinear/amr_wind_flowfield.vtk
.vtk
");
vtkm
::
cont
::
testing
::
Testing
::
DataPath
(
"rectilinear/amr_wind_flowfield.vtk"
);
vtkm
::
FloatDefault
amrWindStep
=
0.001
;
std
::
vector
<
vtkm
::
Vec3f
>
amrWindPts
,
amrWindEndPts
;
...
...
@@ -641,7 +640,6 @@ void TestStreamlineFilters()
for
(
auto
useSL
:
flags
)
TestStreamlineFile
(
amrWindFile
,
amrWindPts
,
amrWindStep
,
10000
,
amrWindEndPts
,
useSL
);
*/
}
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment