From: wolf Date: Mon, 25 Mar 2002 15:20:09 +0000 (+0000) Subject: Work around a bug in Sun's Forte compiler. The code in question was X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6b94f1969e9bc1cfc2078576abbe2388f15da1bf;p=dealii-svn.git 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 --- 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: