From: Wolfgang Bangerth Date: Wed, 3 Jun 1998 11:49:47 +0000 (+0000) Subject: Bug fix. X-Git-Tag: v8.0.0~22879 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=850b61aa1da1cc163ed9e84ce78074818c7d1100;p=dealii.git Bug fix. git-svn-id: https://svn.dealii.org/trunk@375 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/source/dvector.cc b/deal.II/lac/source/dvector.cc index 8543c19d4f..3e2f052194 100644 --- a/deal.II/lac/source/dvector.cc +++ b/deal.II/lac/source/dvector.cc @@ -23,7 +23,7 @@ dVector::dVector () : dVector::dVector (const unsigned int n) : - dim(n), + dim(0), maxdim(0), val(0) {