From: Wolfgang Bangerth Date: Thu, 9 May 2024 16:41:27 +0000 (+0530) Subject: Name a template argument VectorType as per usual. X-Git-Tag: v9.6.0-rc1~304^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=1c8ed239b036b4e70ec06fc9f3313fe257351133;p=dealii.git Name a template argument VectorType as per usual. --- diff --git a/include/deal.II/lac/slepc_solver.h b/include/deal.II/lac/slepc_solver.h index 52a591ce97..b9d8e57861 100644 --- a/include/deal.II/lac/slepc_solver.h +++ b/include/deal.II/lac/slepc_solver.h @@ -826,9 +826,10 @@ namespace SLEPcWrappers imag_eigenvectors[index]); } - template + template void - SolverBase::set_initial_space(const std::vector &this_initial_space) + SolverBase::set_initial_space( + const std::vector &this_initial_space) { std::vector vecs(this_initial_space.size());