From f18f50f876dd205d8daf253da7ffd2ebc8b61f47 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Mon, 25 Mar 2002 15:20:09 +0000 Subject: [PATCH] Work around a bug in Sun's Forte compiler. The code in question was dangerous anyway, and since this is no performance critical place, we take the plunge. git-svn-id: https://svn.dealii.org/trunk@5616 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 4ce9c56e00..7b521aa6a7 100644 --- a/deal.II/lac/include/lac/matrix_out.h +++ b/deal.II/lac/include/lac/matrix_out.h @@ -161,7 +161,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()); private: -- 2.39.5