From ac715984134f69d8b0a136e5d0a2eab0dd7d17d9 Mon Sep 17 00:00:00 2001 From: wolf Date: Fri, 7 Mar 2003 17:18:54 +0000 Subject: [PATCH] Work around a bug in IBM's xlC git-svn-id: https://svn.dealii.org/trunk@7277 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/matrix_out.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/matrix_out.h b/deal.II/lac/include/lac/matrix_out.h index 1ee7cf233a..13a4e4c9c8 100644 --- a/deal.II/lac/include/lac/matrix_out.h +++ b/deal.II/lac/include/lac/matrix_out.h @@ -191,7 +191,7 @@ class MatrixOut : public DataOutInterface<2,2> template void build_patches (const Matrix &matrix, const std::string &name, - const Options options = Options()); + const Options options = Options(false, 1, false)); private: -- 2.39.5