From d26bfa15072aed3221b87a43a451792e9631e44a Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 6 Oct 2000 09:38:04 +0000 Subject: [PATCH] Avoid warnings when trying to use doubles as arguments for an int parameter. git-svn-id: https://svn.dealii.org/trunk@3381 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/deal.II/include/numerics/time_dependent.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deal.II/deal.II/include/numerics/time_dependent.h b/deal.II/deal.II/include/numerics/time_dependent.h index c04a07d827..b2048eb86d 100644 --- a/deal.II/deal.II/include/numerics/time_dependent.h +++ b/deal.II/deal.II/include/numerics/time_dependent.h @@ -1707,7 +1707,7 @@ struct TimeStepBase_Tria::RefinementFlags * Exception */ DeclException1 (ExcInvalidValue, - int, + double, << "The following value does not fulfil the requirements: " << arg1); }; -- 2.39.5