Update the documentation to note have references to dax.

This commit is contained in:
Robert Maynard 2014-12-10 10:37:25 -05:00
parent d754bad470
commit 519509bba1
2 changed files with 2 additions and 2 deletions

@ -38,7 +38,7 @@ namespace cont {
/// mechanisms to run algorithms on a type of parallel device. The tag
/// DeviceAdapterTag___ does not actually exist. Rather, this documentation is
/// provided to describe the interface for a DeviceAdapter. Loading the
/// dax/cont/DeviceAdapter.h header file will set a default device adapter
/// vtkm/cont/DeviceAdapter.h header file will set a default device adapter
/// appropriate for the current compile environment. You can specify the
/// default device adapter by first setting the \c VTKM_DEVICE_ADAPTER macro.
/// Valid values for \c VTKM_DEVICE_ADAPTER are the following:

@ -154,7 +154,7 @@ struct DecideFirstType
void TestPair()
{
//we want to test each combination of standard dax types in a
//we want to test each combination of standard vtkm types in a
//vtkm::Pair, so to do that we dispatch twice on TryTypes. We could
//dispatch on all types, but that gets excessively large and takes a
//long time to compile (although it runs fast). Instead, just select