From 7cea4a27ff753e1c7f186a851141e3aaead04ba1 Mon Sep 17 00:00:00 2001 From: Peter Munch Date: Sun, 18 Sep 2022 23:10:11 +0200 Subject: [PATCH] Remove credits from DataOutBase --- include/deal.II/base/data_out_base.h | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 1eee188989..7c223be3ae 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -202,20 +202,6 @@ class XDMFEntry; * writing the section headers and the new output stream class for writing a * single mesh object. * - *

Credits

- * - * * @ingroup output */ namespace DataOutBase -- 2.39.5