From: David Wells Date: Tue, 24 Jan 2023 17:30:41 +0000 (-0500) Subject: SparseDirectUMFPACK: Use the correct type alias. X-Git-Tag: v9.5.0-rc1~617^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0992be8a43f94b8603f890c42c8d398a749960d1;p=dealii.git SparseDirectUMFPACK: Use the correct type alias. --- diff --git a/source/lac/sparse_direct.cc b/source/lac/sparse_direct.cc index 1e2dabc2d7..8d796202bf 100644 --- a/source/lac/sparse_direct.cc +++ b/source/lac/sparse_direct.cc @@ -100,12 +100,12 @@ SparseDirectUMFPACK::clear() } { - std::vector tmp; + std::vector tmp; tmp.swap(Ap); } { - std::vector tmp; + std::vector tmp; tmp.swap(Ai); }