From a8cfe9af9f27da747a214b675c658fa2cebdf402 Mon Sep 17 00:00:00 2001 From: Wolfgang Bangerth Date: Fri, 1 Nov 2019 21:35:13 -0600 Subject: [PATCH] Be consistent with spaces. --- include/deal.II/base/data_out_base.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/deal.II/base/data_out_base.h b/include/deal.II/base/data_out_base.h index 73399f119a..324721d10c 100644 --- a/include/deal.II/base/data_out_base.h +++ b/include/deal.II/base/data_out_base.h @@ -3038,7 +3038,7 @@ public: * DataOutInterface::write_pvtu_record(). * * For example, running - * write_vtu_with_pvtu_record("output/","solution", 3, 4, comm, 2) + * write_vtu_with_pvtu_record("output/", "solution", 3, 4, comm, 2) * on 10 processes generates the files * @code * output/solution_0003.0.vtu -- 2.39.5