From: wolf Date: Fri, 6 Oct 2000 09:41:07 +0000 (+0000) Subject: Fix same problems as with previous two commits, but this time in X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ffea8342b03e99d10120336d85e49b71d800060e;p=dealii-svn.git Fix same problems as with previous two commits, but this time in another class. git-svn-id: https://svn.dealii.org/trunk@3383 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/time_dependent.h b/deal.II/deal.II/include/numerics/time_dependent.h index 4d97bcd340..49d5054697 100644 --- a/deal.II/deal.II/include/numerics/time_dependent.h +++ b/deal.II/deal.II/include/numerics/time_dependent.h @@ -1750,8 +1750,8 @@ struct TimeStepBase_Tria::RefinementData * Exception */ DeclException1 (ExcInvalidValue, - int, - << "The following value does not fulfil the requirements: " << arg1); + double, + << "The following value does not fulfill the requirements: " << arg1); };