Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
ecpcitest
vtk-m
Commits
565522eb
Commit
565522eb
authored
Mar 02, 2021
by
dpugmire
Browse files
Add ArrayHandleSOA to default
parent
6c8fcda5
Changes
1
Hide whitespace changes
Inline
Side-by-side
vtkm/cont/DefaultTypes.h.in
View file @
565522eb
...
...
@@ -48,6 +48,7 @@
#ifndef VTKM_DEFAULT_STORAGE_LIST
#include <vtkm/cont/ArrayHandleCartesianProduct.h>
#include <vtkm/cont/ArrayHandleUniformPointCoordinates.h>
#include <vtkm/cont/ArrayHandleSOA.h>
#include <vtkm/cont/StorageList.h>
namespace vtkm
{
...
...
@@ -62,8 +63,8 @@ using StorageListField = vtkm::ListAppend<
vtkm::cont::StorageTagUniformPoints,
vtkm::cont::StorageTagCartesianProduct<vtkm::cont::StorageTagBasic,
vtkm::cont::StorageTagBasic,
vtkm::cont::StorageTagBasic>
>>;
vtkm::cont::StorageTagBasic>
,
vtkm::cont::StorageTagSOA>>;
}
}
} // namespace vtkm::cont
...
...
Atkins, Charles Vernon
@atkins3
mentioned in commit
548ea5ee
·
Mar 03, 2021
mentioned in commit
548ea5ee
mentioned in commit 548ea5ee9a42490dd7ec45260ca4053f96254bc3
Toggle commit list
Write
Preview
Markdown
is supported
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