From 45639a964d9d52c8debb2e700ed1c45242ae87a5 Mon Sep 17 00:00:00 2001 From: wolf Date: Wed, 20 Mar 2002 12:42:28 +0000 Subject: [PATCH] Undo a change by Guido, since the newest Sun Forte 7 early access compiler can handle this. git-svn-id: https://svn.dealii.org/trunk@5597 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/tensor_base.h | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/deal.II/base/include/base/tensor_base.h b/deal.II/base/include/base/tensor_base.h index 07fd1ae0b2..158d6497cc 100644 --- a/deal.II/base/include/base/tensor_base.h +++ b/deal.II/base/include/base/tensor_base.h @@ -103,10 +103,7 @@ class Tensor<1,dim> * to zero if @p{initialize==true}; this * is the default behaviour. */ -#ifndef SUNFORTE - explicit -#endif - Tensor (const bool initialize = true); + explicit Tensor (const bool initialize = true); /** * Copy constructor, where the data is -- 2.39.5