vtk-m2/vtkm
Will Usher a6078a6413 It looks like the type here should actually be vtkm::Id
Encountered this causing a compilation error when trying to run some
benchmarks with FloatDefault input and values since it was using the
wrong type for some iterators iirc and couldn't cast to the vtkm::Id
type. This should fix that by using the correct type for the output
portal.
2015-07-08 14:01:30 -06:00
..
cont It looks like the type here should actually be vtkm::Id 2015-07-08 14:01:30 -06:00
exec Fix compiler directives for icc 2015-07-06 10:35:06 -06:00
internal Fix compiler directives for icc 2015-07-06 10:35:06 -06:00
testing Merge branch 'vector-analysis' into 'master' 2015-07-07 17:38:48 -04:00
worklet Merge branch 'mesh-simplify-changes' into 'master' 2015-06-29 18:14:19 -04:00
CellType.h Correct headers to have the new copyright. 2015-06-03 15:06:43 -04:00
CMakeLists.txt Add basic vector analysis methods. 2015-07-07 14:25:58 -06:00
Extent.h Merge branch 'master' into datamodel-design 2015-06-03 14:36:53 -04:00
ListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Math.h Add Matrix class. 2015-07-02 11:20:21 -06:00
Math.h.in Add Matrix class. 2015-07-02 11:20:21 -06:00
Matrix.h Fix issue with Intel compiler removing loop in MatrixTranspose 2015-07-06 14:31:43 -06:00
Pair.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
RegularConnectivity.h Teach DispatcherMapTopology how to do 2d and 3d scheduling. 2015-06-22 16:05:32 -04:00
RegularStructure.h Teach DispatcherMapTopology how to do 2d and 3d scheduling. 2015-06-22 16:05:32 -04:00
TypeListTag.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00
Types.h Enable the Vec negate operator only if the component is negatable. 2015-06-30 14:55:16 -06:00
TypeTraits.h Fix typo TypeTraitsUnkownTag -> TypeTraitsUnknownTag 2015-07-07 10:23:10 -06:00
VectorAnalysis.h Add basic vector analysis methods. 2015-07-07 14:25:58 -06:00
VecTraits.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00