From: Wolfgang Bangerth Date: Mon, 23 Apr 2012 14:05:13 +0000 (+0000) Subject: Make one argument const. X-Git-Tag: v8.0.0~2666 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=168f7cf493bffa6f1ef440ac87ba8933793cb20d;p=dealii.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