From bfb6adce936e98f1b0a07cfcddf968b472e3cc6f Mon Sep 17 00:00:00 2001 From: wolf Date: Mon, 25 Mar 2002 15:20:42 +0000 Subject: [PATCH] Oops, don't forget definition of function. git-svn-id: https://svn.dealii.org/trunk@5617 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 7b521aa6a7..ea4011757b 100644 --- a/deal.II/lac/include/lac/matrix_out.h +++ b/deal.II/lac/include/lac/matrix_out.h @@ -342,7 +342,7 @@ template void MatrixOut::build_patches (const Matrix &matrix, const std::string &name, - const Options &options) + const Options options) { unsigned int gridpoints_x = (matrix.n() / options.block_size -- 2.39.5