From 81bf5dc675350d6a80ec0c85cea3721c7e6527ea Mon Sep 17 00:00:00 2001 From: hartmann Date: Tue, 9 Feb 1999 13:15:09 +0000 Subject: [PATCH] remove 'explicit' from copy-constructor git-svn-id: https://svn.dealii.org/trunk@774 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/lac/include/lac/dfmatrix.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/lac/include/lac/dfmatrix.h b/deal.II/lac/include/lac/dfmatrix.h index 1cbdff75d7..a5fda7a698 100644 --- a/deal.II/lac/include/lac/dfmatrix.h +++ b/deal.II/lac/include/lac/dfmatrix.h @@ -93,7 +93,7 @@ class dFMatrix * huge amount of computing time for large * matrices!! */ - explicit dFMatrix (const dFMatrix&); + dFMatrix (const dFMatrix&); /** * Destructor. Release all memory. -- 2.39.5