From bfa90aa4b027233adcab241d64b3f70a1d6e1ed0 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Wed, 2 Sep 2020 14:59:01 +0200 Subject: [PATCH] Fix statement in documentation --- include/deal.II/lac/la_parallel_vector.h | 3 --- 1 file changed, 3 deletions(-) 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); -- 2.39.5