From e27cb140e49d43ac591d2393a732d4bb523381d2 Mon Sep 17 00:00:00 2001 From: Luca Heltai Date: Tue, 30 Apr 2019 21:48:33 +0200 Subject: [PATCH] Fixed tabs problem. --- include/deal.II/base/parsed_convergence_table.h | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/include/deal.II/base/parsed_convergence_table.h b/include/deal.II/base/parsed_convergence_table.h index 61b3dd6329..5756a4b4be 100644 --- a/include/deal.II/base/parsed_convergence_table.h +++ b/include/deal.II/base/parsed_convergence_table.h @@ -119,15 +119,15 @@ DEAL_II_NAMESPACE_OPEN * When using this class, please cite * @code{.bib} * @article{SartoriGiulianiBardelloni-2018-a, - * Author = {Sartori, Alberto and Giuliani, Nicola and + * Author = {Sartori, Alberto and Giuliani, Nicola and * Bardelloni, Mauro and Heltai, Luca}, - * Journal = {SoftwareX}, - * Pages = {318--327}, - * Title = {{deal2lkit: A toolkit library for high performance + * Journal = {SoftwareX}, + * Pages = {318--327}, + * Title = {{deal2lkit: A toolkit library for high performance * programming in deal.II}}, * Doi = {10.1016/j.softx.2018.09.004}, - * Volume = {7}, - * Year = {2018}} + * Volume = {7}, + * Year = {2018}} * @endcode * * @author Luca Heltai, 2019. -- 2.39.5