From cf6f2d962b161e961604f9f48a2ab60f3754314b Mon Sep 17 00:00:00 2001 From: heister Date: Tue, 11 Jun 2013 16:47:50 +0000 Subject: [PATCH] make constructor explicit git-svn-id: https://svn.dealii.org/branches/branch_unify_linear_algebra@29807 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/include/deal.II/lac/petsc_sparse_matrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/include/deal.II/lac/petsc_sparse_matrix.h b/deal.II/include/deal.II/lac/petsc_sparse_matrix.h index 5644c940fd..ac36203b50 100644 --- a/deal.II/include/deal.II/lac/petsc_sparse_matrix.h +++ b/deal.II/include/deal.II/lac/petsc_sparse_matrix.h @@ -168,7 +168,7 @@ namespace PETScWrappers * the start. */ template - SparseMatrix (const SparsityType &sparsity_pattern, + explicit SparseMatrix (const SparsityType &sparsity_pattern, const bool preset_nonzero_locations = true); /** -- 2.39.5