]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Name a template argument VectorType as per usual. 16991/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Thu, 9 May 2024 16:41:27 +0000 (22:11 +0530)
committerWolfgang Bangerth <bangerth@colostate.edu>
Thu, 9 May 2024 16:41:27 +0000 (22:11 +0530)
include/deal.II/lac/slepc_solver.h

index 52a591ce97478690b9d470e2017b72d3750ba16f..b9d8e57861ec25069392ffbc70839963ef6c4d90 100644 (file)
@@ -826,9 +826,10 @@ namespace SLEPcWrappers
                     imag_eigenvectors[index]);
   }
 
-  template <typename Vector>
+  template <typename VectorType>
   void
-  SolverBase::set_initial_space(const std::vector<Vector> &this_initial_space)
+  SolverBase::set_initial_space(
+    const std::vector<VectorType> &this_initial_space)
   {
     std::vector<Vec> vecs(this_initial_space.size());
 

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.