From 196e42994e784c934d1539eb9359ff1ac12f9729 Mon Sep 17 00:00:00 2001 From: Lei Qiao Date: Sun, 17 May 2015 12:18:54 -0500 Subject: [PATCH] suppress warning unused function 'get_element' --- include/deal.II/lac/matrix_out.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/deal.II/lac/matrix_out.h b/include/deal.II/lac/matrix_out.h index 261e9c294f..920013505c 100644 --- a/include/deal.II/lac/matrix_out.h +++ b/include/deal.II/lac/matrix_out.h @@ -224,6 +224,7 @@ namespace internal /** * Return the element with given indices of a Trilinos sparse matrix. */ + inline double get_element (const TrilinosWrappers::SparseMatrix &matrix, const types::global_dof_index i, const types::global_dof_index j) @@ -237,6 +238,7 @@ namespace internal * Return the element with given indices of a Trilinos block sparse * matrix. */ + inline double get_element (const TrilinosWrappers::BlockSparseMatrix &matrix, const types::global_dof_index i, const types::global_dof_index j) -- 2.39.5