From: wolf Date: Tue, 21 Dec 1999 14:30:34 +0000 (+0000) Subject: I should be more concise. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=36ea7f4eade5528c4fdf02fd1d266ea9f40136e8;p=dealii-svn.git I should be more concise. git-svn-id: https://svn.dealii.org/trunk@2105 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/lac/include/lac/full_matrix.templates.h b/deal.II/lac/include/lac/full_matrix.templates.h index 4d51ee7757..51c9d001a6 100644 --- a/deal.II/lac/include/lac/full_matrix.templates.h +++ b/deal.II/lac/include/lac/full_matrix.templates.h @@ -1266,8 +1266,8 @@ FullMatrix::gauss_jordan() for (unsigned int j=0; j max) @@ -1287,7 +1287,7 @@ FullMatrix::gauss_jordan() } // transformation - const double hr = 1./el(j,j); + const number hr = 1./el(j,j); el(j,j) = hr; for (unsigned int k=0; k