]> https://gitweb.dealii.org/ - dealii.git/commitdiff
parpack: initialize member variables 3572/head
authorDenis Davydov <davydden@gmail.com>
Fri, 11 Nov 2016 22:09:47 +0000 (23:09 +0100)
committerDenis Davydov <davydden@gmail.com>
Fri, 11 Nov 2016 22:09:47 +0000 (23:09 +0100)
include/deal.II/lac/parpack_solver.h

index 1ff63b949b55a21f34ae6fcfd8edfd9df812519e..fe49ef86a3f22a1d46f75fd35c14599cc2055314 100644 (file)
@@ -531,7 +531,13 @@ PArpackSolver<VectorType>::PArpackSolver (SolverControl        &control,
   additional_data (data),
   mpi_communicator( mpi_communicator ),
   mpi_communicator_fortran ( MPI_Comm_c2f( mpi_communicator ) ),
+  lworkl(0),
+  nloc(0),
+  ncv(0),
+  ldv(0),
   initial_vector_provided(false),
+  ldz(0),
+  lworkev(0),
   sigmar(0.0),
   sigmai(0.0)
 {}

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.