From dc537729dcc319fe4d5b24e56a517b5569e5027b Mon Sep 17 00:00:00 2001 From: Menno Fraters Date: Sun, 16 Jun 2024 11:03:26 -0400 Subject: [PATCH 1/2] Add parameter description for new parse_parameters parameter. --- include/aspect/particle/world.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/aspect/particle/world.h b/include/aspect/particle/world.h index 9b255fa2864..531448e11c5 100644 --- a/include/aspect/particle/world.h +++ b/include/aspect/particle/world.h @@ -344,6 +344,8 @@ namespace aspect /** * Read the parameters this class declares from the parameter file. + * + * @param world_index Parse the parameters for the Partcile world with this index */ virtual void From 474e4954aa1305954d73aefa328fa2f38d548b54 Mon Sep 17 00:00:00 2001 From: Menno Fraters Date: Mon, 17 Jun 2024 12:06:54 +0000 Subject: [PATCH 2/2] Apply suggestions from code review Timo Co-authored-by: Timo Heister --- include/aspect/particle/world.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/aspect/particle/world.h b/include/aspect/particle/world.h index 531448e11c5..ad5578d3b3e 100644 --- a/include/aspect/particle/world.h +++ b/include/aspect/particle/world.h @@ -345,7 +345,7 @@ namespace aspect /** * Read the parameters this class declares from the parameter file. * - * @param world_index Parse the parameters for the Partcile world with this index + * @param world_index Parse the parameters for the Particle world with this index. */ virtual void