From 850b61aa1da1cc163ed9e84ce78074818c7d1100 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Wed, 3 Jun 1998 11:49:47 +0000 Subject: [PATCH] Bug fix. git-svn-id: https://svn.dealii.org/trunk@375 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/source/dvector.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- 2.39.5