From: David Wells Date: Sun, 5 Mar 2017 23:09:33 +0000 (-0500) Subject: Deprecate SwappableVector. X-Git-Tag: v8.5.0-rc1~53^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F4040%2Fhead;p=dealii.git Deprecate SwappableVector. There are no tests for this class and it has been superceded by the serialization classes. --- 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 ---------------------------*/