From: David Wells Date: Tue, 24 Jan 2023 17:30:41 +0000 (-0500) Subject: SparseDirectUMFPACK: Use the correct type alias. X-Git-Tag: v9.4.2~3^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f29dbc259fae7393eb64ad78176052e1fa2a369a;p=dealii.git SparseDirectUMFPACK: Use the correct type alias. --- diff --git a/source/lac/sparse_direct.cc b/source/lac/sparse_direct.cc index 3951c64a3f..d0b1118adf 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); }