From: Matthias Maier Date: Fri, 28 Dec 2012 23:23:22 +0000 (+0000) Subject: Bugfix: Fix a copy and paste typo X-Git-Tag: v8.0.0~1079^2~193^2~21 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fd7034cb274915437829b63402e3bd3172dc548d;p=dealii.git Bugfix: Fix a copy and paste typo git-svn-id: https://svn.dealii.org/branches/branch_deprecated@27868 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/include/deal.II/lac/vector.templates.h b/deal.II/include/deal.II/lac/vector.templates.h index 9587ea7fb3..301c64e05f 100644 --- a/deal.II/include/deal.II/lac/vector.templates.h +++ b/deal.II/include/deal.II/lac/vector.templates.h @@ -430,7 +430,6 @@ Vector >::operator = (const std::complex s) template -void Vector &Vector::operator *= (const Number factor) { Assert (numbers::is_finite(factor),ExcNumberNotFinite());