vtk-m/vtkm/thirdparty/diy/serialization.h

20 lines
732 B
C
Raw Permalink Normal View History

2019-02-11 13:31:14 +00:00
//============================================================================
// Copyright (c) Kitware, Inc.
// All rights reserved.
// See LICENSE.txt for details.
2019-04-15 23:24:21 +00:00
//
2019-02-11 13:31:14 +00:00
// This software is distributed WITHOUT ANY WARRANTY; without even
// the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR
// PURPOSE. See the above copyright notice for more information.
//============================================================================
#ifndef vtk_m_thirdparty_diy_serialization_h
#define vtk_m_thirdparty_diy_serialization_h
#include "pre-include.h"
// clang-format off
#include VTKM_DIY_INCLUDE(serialization.hpp)
// clang-format on
#include "post-include.h"
#endif // vtk_m_thirdparty_diy_serialization_h