]> https://gitweb.dealii.org/ - dealii.git/commitdiff
More VECTOR -> VectorType
authorDavid Wells <wellsd2@rpi.edu>
Thu, 12 Nov 2015 19:41:42 +0000 (14:41 -0500)
committerDavid Wells <wellsd2@rpi.edu>
Thu, 12 Nov 2015 19:41:42 +0000 (14:41 -0500)
tests/slepc/solve_01.cc
tests/slepc/solve_04.cc

index 41e874f3dac94a7974408642f232df96c7ec89ac..b28c2d4d317cf1dc11395866dcb51c4fcfc87bdd 100644 (file)
 #include <deal.II/lac/vector_memory.h>
 #include <typeinfo>
 
-template<class SOLVER, class MATRIX, class VECTOR>
+template<class SOLVER, class MATRIX, typename VectorType>
 void
 check_solve( SOLVER &solver,
              const SolverControl &solver_control,
              const MATRIX &A, const MATRIX &B,
-             std::vector<VECTOR> &u, std::vector<PetscScalar > &v)
+             std::vector<VectorType> &u, std::vector<PetscScalar > &v)
 {
   deallog << "Solver type: " << typeid(solver).name() << std::endl;
 
index 5514930dbf542a568eb242a63b40317c7ac1fd45..dd63e04d9ffec574913f12aecf23174e170c38ce 100644 (file)
 #include <deal.II/lac/vector_memory.h>
 #include <typeinfo>
 
-template<class SOLVER, class MATRIX, class VECTOR>
+template<class SOLVER, class MATRIX, typename VectorType>
 void
 check_solve( SOLVER &solver,
              const SolverControl &solver_control,
              const MATRIX &A,
-             std::vector<VECTOR> &u, std::vector<PetscScalar > &v)
+             std::vector<VectorType> &u, std::vector<PetscScalar > &v)
 {
   deallog << "Solver type: " << typeid(solver).name() << std::endl;
 

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.