From f10d0b2049cde556b90d65a45006d67564966916 Mon Sep 17 00:00:00 2001 From: Daniel Arndt Date: Sat, 10 Nov 2018 19:29:26 +0100 Subject: [PATCH] Typo and changelog entry --- doc/news/changes/minor/20181110DanielArndt | 4 ++++ include/deal.II/base/data_out_base.h | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) create mode 100644 doc/news/changes/minor/20181110DanielArndt diff --git a/doc/news/changes/minor/20181110DanielArndt b/doc/news/changes/minor/20181110DanielArndt new file mode 100644 index 0000000000..8242438cb5 --- /dev/null +++ b/doc/news/changes/minor/20181110DanielArndt @@ -0,0 +1,4 @@ +Deprecated: The binary Tecplot output using the DataOutBase::tecplot_binary +format has been deprecated. +
+(Daniel Arndt, 2018/11/10) diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 83f08c41da..9a7a060468 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -1067,7 +1067,7 @@ namespace DataOutBase /** * Constructor. * - * @deprecated Usig this constructor is deprecated. Set the member variables + * @deprecated Using this constructor is deprecated. Set the member variables * directly instead. */ DEAL_II_DEPRECATED -- 2.39.5