From 8f3ed89e92fefc91c04998adc0e852b55fe0add7 Mon Sep 17 00:00:00 2001 From: Dave Pugmire Date: Wed, 25 Mar 2015 09:57:42 -0400 Subject: [PATCH] comments --- vtkm/cont/testing/UnitTestDataSet.cxx | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/vtkm/cont/testing/UnitTestDataSet.cxx b/vtkm/cont/testing/UnitTestDataSet.cxx index e2e3ad6eb..2fea57ee3 100644 --- a/vtkm/cont/testing/UnitTestDataSet.cxx +++ b/vtkm/cont/testing/UnitTestDataSet.cxx @@ -27,6 +27,13 @@ #include #include +/* +call notes. +wrap execution portal with restrictors. (abandone the fixed length array). +compile time polymorphic types. + +*/ + static const int LEN_IDS = 6; class CellType : public vtkm::worklet::WorkletMapTopology