From b41251d401533cd8b11011378d2eee5f03bb853e Mon Sep 17 00:00:00 2001 From: Martin Kronbichler <martin.kronbichler@uni-a.de> Date: Thu, 26 May 2022 20:16:10 +0200 Subject: [PATCH] Deprecate GridTools::CellDataTransferBuffer --- include/deal.II/grid/grid_tools.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/include/deal.II/grid/grid_tools.h b/include/deal.II/grid/grid_tools.h index 5d7f894d83..6562abaa9a 100644 --- a/include/deal.II/grid/grid_tools.h +++ b/include/deal.II/grid/grid_tools.h @@ -3297,9 +3297,12 @@ namespace GridTools * * Type @p T is assumed to be serializable by <code>boost::serialization</code> (for * example <code>unsigned int</code> or <code>std::vector@<double@></code>). + * + * @deprecated The implementation in deal.II has been rewritten, making this class + * obsolete for use within deal.II. Use your own data structures instead. */ template <int dim, typename T> - struct CellDataTransferBuffer + struct DEAL_II_DEPRECATED CellDataTransferBuffer { /** * A vector to store IDs of cells to be transferred. -- 2.39.5