From: Peter Munch Date: Wed, 2 Sep 2020 12:59:01 +0000 (+0200) Subject: Fix statement in documentation X-Git-Tag: v9.3.0-rc1~1145^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10877%2Fhead;p=dealii.git Fix statement in documentation --- diff --git a/include/deal.II/lac/la_parallel_vector.h b/include/deal.II/lac/la_parallel_vector.h index 7e015cc58d..377b755995 100644 --- a/include/deal.II/lac/la_parallel_vector.h +++ b/include/deal.II/lac/la_parallel_vector.h @@ -372,9 +372,6 @@ namespace LinearAlgebra * standard containers. Also, there is a global function * swap(u,v) that simply calls u.swap(v), again in * analogy to standard functions. - * - * This function is virtual in order to allow for derived classes to - * handle memory separately. */ void swap(Vector &v);