From 1c6e4d54263a6267c9c24226cf15ef754ac0372c Mon Sep 17 00:00:00 2001 From: Guido Kanschat Date: Tue, 1 Feb 2005 22:42:27 +0000 Subject: [PATCH] pointers removed from output git-svn-id: https://svn.dealii.org/trunk@9888 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/block_matrix_array.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/block_matrix_array.h b/deal.II/lac/include/lac/block_matrix_array.h index b44ec2fea5..d24c6dc12b 100644 --- a/deal.II/lac/include/lac/block_matrix_array.h +++ b/deal.II/lac/include/lac/block_matrix_array.h @@ -539,7 +539,7 @@ BlockMatrixArray::print_latex (std::ostream& out) const if (m->prefix != 1.) stream << " " << m->prefix << 'x'; stream << matrix_names.find(m->matrix)->second; - stream << '(' << m->matrix << ')'; +// stream << '(' << m->matrix << ')'; if (m->transpose) stream << "^T"; -- 2.39.5