]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Convert a template '>>' to a '> >'. 4137/head
authorDavid Wells <wellsd2@rpi.edu>
Wed, 29 Mar 2017 13:06:25 +0000 (09:06 -0400)
committerDavid Wells <wellsd2@rpi.edu>
Wed, 29 Mar 2017 13:06:25 +0000 (09:06 -0400)
tests/arpack/parpack_advection_diffusion_petsc.cc

index dc734597df071874f6323d5dabf05566419d6ad3..3c1e6f030f01de1d9bc89af47447c25807134822 100644 (file)
@@ -150,10 +150,10 @@ void test ()
   dealii::IndexSet locally_owned_dofs;
   dealii::IndexSet locally_relevant_dofs;
 
-  std::vector<dealii::PETScWrappers::MPI::Vector> eigenfunctions;
+  std::vector<dealii::PETScWrappers::MPI::Vector>  eigenfunctions;
   std::vector<dealii::PETScWrappers::MPI::Vector>  arpack_vectors;
-  std::vector<std::complex<PetscScalar>>          eigenvalues;
-  dealii::PETScWrappers::MPI::SparseMatrix        stiffness_matrix, mass_matrix;
+  std::vector<std::complex<PetscScalar> >          eigenvalues;
+  dealii::PETScWrappers::MPI::SparseMatrix         stiffness_matrix, mass_matrix;
 
   dealii::GridGenerator::hyper_cube (triangulation, -1, 1);
   triangulation.refine_global (global_mesh_refinement_steps);

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.