From 4add4203997c120e040b4cfdc71ec6be22144d3d Mon Sep 17 00:00:00 2001 From: Pasquale Africa Date: Mon, 3 Jul 2023 21:45:04 +0000 Subject: [PATCH] Fix documentation --- include/deal.II/distributed/tria_base.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/include/deal.II/distributed/tria_base.h b/include/deal.II/distributed/tria_base.h index 187389c37c..3c22c353e8 100644 --- a/include/deal.II/distributed/tria_base.h +++ b/include/deal.II/distributed/tria_base.h @@ -493,13 +493,14 @@ namespace parallel /** * Load the triangulation saved with save() back in. Cell-based data that * was saved with register_data_attach() can be read in with - * notify_ready_to_unpack() after calling load(). + * notify_ready_to_unpack() after calling Triangulation::load. */ using Triangulation::load; /** - * @copydoc load() + * Same as the function above. * * @deprecated The autopartition parameter has been removed. */ -- 2.39.5