From: Guido Kanschat Date: Wed, 13 Jan 2010 15:24:42 +0000 (+0000) Subject: rename file consistent with spelling of class X-Git-Tag: v8.0.0~6634 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd40fa777a272e3cf49daa5f76a4e53584f62676;p=dealii.git rename file consistent with spelling of class git-svn-id: https://svn.dealii.org/trunk@20360 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/deal.II/include/numerics/theta_timestepping.h b/deal.II/deal.II/include/numerics/theta_timestepping.h index 8386033983..1670a389fb 100644 --- a/deal.II/deal.II/include/numerics/theta_timestepping.h +++ b/deal.II/deal.II/include/numerics/theta_timestepping.h @@ -15,7 +15,7 @@ #include #include -#include +#include DEAL_II_NAMESPACE_OPEN diff --git a/deal.II/deal.II/include/numerics/time_step_control.h b/deal.II/deal.II/include/numerics/timestep_control.h similarity index 100% rename from deal.II/deal.II/include/numerics/time_step_control.h rename to deal.II/deal.II/include/numerics/timestep_control.h diff --git a/deal.II/deal.II/source/numerics/timestep_control.all_dimensions.cc b/deal.II/deal.II/source/numerics/timestep_control.all_dimensions.cc index fa05e6dbe7..b2f0fb81a1 100644 --- a/deal.II/deal.II/source/numerics/timestep_control.all_dimensions.cc +++ b/deal.II/deal.II/source/numerics/timestep_control.all_dimensions.cc @@ -10,7 +10,7 @@ // //--------------------------------------------------------------------------- -#include +#include #include DEAL_II_NAMESPACE_OPEN