From 36ea7f4eade5528c4fdf02fd1d266ea9f40136e8 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 21 Dec 1999 14:30:34 +0000 Subject: [PATCH] I should be more concise. git-svn-id: https://svn.dealii.org/trunk@2105 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/full_matrix.templates.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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