vtk-m/vtkm
Kenneth Moreland eb870fb045 Fix ICC warning about unused member method
Specifically a conversion operator was not being used in the StringInt
class of UnitTestArrayHandleCounting. Because it was in an anonymous
namespace that could not be used outside of the file, ICC warned about
it. Rather than remove the method, which could cause confusion later,
gave the namespace a name so the compiler assumes that the class could
potentially be used somewhere else.
2015-07-06 10:40:08 -06:00
..
cont Fix ICC warning about unused member method 2015-07-06 10:40:08 -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 Add Matrix class. 2015-07-02 11:20:21 -06: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 Matrix class. 2015-07-02 11:20:21 -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 Add Matrix class. 2015-07-02 11:20:21 -06:00
Pair.h Properly initialize vtkm::Pair, and remove the TypeTrait for it. 2015-06-16 13:06:08 -04: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 Properly initialize vtkm::Pair, and remove the TypeTrait for it. 2015-06-16 13:06:08 -04:00
VecTraits.h The Copyright statement now has all the periods in the correct location. 2015-05-21 10:30:11 -04:00