From f0ab6bbe2a54dbaff6a35e4183a68596782a8623 Mon Sep 17 00:00:00 2001 From: David Wells Date: Sun, 5 Mar 2017 18:09:33 -0500 Subject: [PATCH] Deprecate SwappableVector. There are no tests for this class and it has been superceded by the serialization classes. --- include/deal.II/lac/swappable_vector.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/include/deal.II/lac/swappable_vector.h b/include/deal.II/lac/swappable_vector.h index b94a271dc1..ceefc5234b 100644 --- a/include/deal.II/lac/swappable_vector.h +++ b/include/deal.II/lac/swappable_vector.h @@ -50,6 +50,8 @@ DEAL_II_NAMESPACE_OPEN * @ref Instantiations * in the manual). * + * @deprecated The usage of this class is deprecated. + * * @author Wolfgang Bangerth, 1999, 2000 */ template @@ -207,7 +209,7 @@ private: * to signal success itself if this is required. */ void reload_vector (const bool set_flag); -}; +} DEAL_II_DEPRECATED; /*@}*/ /*---------------------------- swappable_vector.h ---------------------------*/ -- 2.39.5