From: bangerth Date: Mon, 23 Apr 2012 14:05:13 +0000 (+0000) Subject: Make one argument const. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39e6766b86b3e7f9cca06ff92e18e4a1bdb1fb22;p=dealii-svn.git Make one argument const. git-svn-id: https://svn.dealii.org/trunk@25432 0785d39b-7218-0410-832d-ea1e28bc413d --- 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