From: Wolfgang Bangerth Date: Fri, 20 Oct 2017 16:26:16 +0000 (-0600) Subject: Simplify destructor. X-Git-Tag: v9.0.0-rc1~911^2~2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c4a9785847661619536ff1a374fc5d0392d08cb4;p=dealii.git Simplify destructor. --- diff --git a/include/deal.II/lac/la_parallel_vector.templates.h b/include/deal.II/lac/la_parallel_vector.templates.h index 80149e9454..5edb5c8db1 100644 --- a/include/deal.II/lac/la_parallel_vector.templates.h +++ b/include/deal.II/lac/la_parallel_vector.templates.h @@ -290,7 +290,6 @@ namespace LinearAlgebra inline Vector::~Vector () { - resize_val(0); clear_mpi_requests(); }