From: wolf Date: Mon, 20 Apr 1998 13:39:18 +0000 (+0000) Subject: Small cleanups. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03926e4f4df3f956078ac99c548d96413a063da3;p=dealii-svn.git Small cleanups. git-svn-id: https://svn.dealii.org/trunk@180 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/dvector.h b/deal.II/lac/include/lac/dvector.h index 78bed615ba..2824cee393 100644 --- a/deal.II/lac/include/lac/dvector.h +++ b/deal.II/lac/include/lac/dvector.h @@ -31,6 +31,10 @@ * CONVENTIONS for used `equations` :

* - THIS vector is always named `U`

* - vectors are always uppercase , scalars are lowercase + * + * @authors Roland Becker, Guido Kanschat, Franz-Theo Suttmeier, + * revised and extended by Wolfgang Bangerth, documented by + * Klaus Mampel and Wolfgang Bangerth */ class dVector : public VectorBase { diff --git a/deal.II/lac/source/dvector.cc b/deal.II/lac/source/dvector.cc index 1e4bf2d721..555c069a5f 100644 --- a/deal.II/lac/source/dvector.cc +++ b/deal.II/lac/source/dvector.cc @@ -41,7 +41,7 @@ dVector::dVector (const dVector& v) : { val = new double[maxdim]; Assert (val != 0, ExcOutOfMemory()); - for (unsigned int i=0; i