From 39e6766b86b3e7f9cca06ff92e18e4a1bdb1fb22 Mon Sep 17 00:00:00 2001 From: bangerth Date: Mon, 23 Apr 2012 14:05:13 +0000 Subject: [PATCH] Make one argument const. git-svn-id: https://svn.dealii.org/trunk@25432 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/full_matrix.templates.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/deal.II/include/deal.II/lac/full_matrix.templates.h b/deal.II/include/deal.II/lac/full_matrix.templates.h index 388eb341fb..6ec578dd75 100644 --- a/deal.II/include/deal.II/lac/full_matrix.templates.h +++ b/deal.II/include/deal.II/lac/full_matrix.templates.h @@ -1612,7 +1612,7 @@ FullMatrix::right_invert (const FullMatrix &A) template template void -FullMatrix::copy_from (Tensor<2,dim> &T, +FullMatrix::copy_from (const Tensor<2,dim> &T, const unsigned int src_r_i, const unsigned int src_r_j, const unsigned int src_c_i, @@ -1633,7 +1633,7 @@ FullMatrix::copy_from (Tensor<2,dim> &T, for (unsigned int i=0; i