]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Initialize member variables. 3453/head
authorWolfgang Bangerth <bangerth@colostate.edu>
Fri, 4 Nov 2016 13:43:55 +0000 (07:43 -0600)
committerWolfgang Bangerth <bangerth@colostate.edu>
Fri, 4 Nov 2016 13:43:55 +0000 (07:43 -0600)
source/lac/sparse_direct.cc

index 225b8d82d348a92e230bc784485e06f823ee5da6..72a38c693f6c0804c2b7128a9a7a42040d507353 100644 (file)
@@ -367,6 +367,8 @@ SparseDirectUMFPACK::solve (const Matrix        &matrix,
 
 SparseDirectUMFPACK::SparseDirectUMFPACK ()
   :
+  _m(0),
+  _n(0),
   symbolic_decomposition (0),
   numeric_decomposition (0),
   control (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.