File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ class ParameterStudy
8787
8888 /* *
8989 * @brief Run all simulations in serial.
90- * @param[in] create_simulation A callable sampling the study's parameters and return a simulation.
90+ * @param[in] create_simulation A callable sampling the study's parameters and returning a simulation.
9191 * @param[in] process_simulation_result (Optional) A callable that takes the simulation and processes its result.
9292 * @return A vector that contains (processed) simulation results for each run.
9393 *
@@ -124,7 +124,7 @@ class ParameterStudy
124124
125125 /* *
126126 * @brief Run all simulations distributed over multiple MPI ranks.
127- * @param[in] create_simulation A callable sampling the study's parameters and return a simulation.
127+ * @param[in] create_simulation A callable sampling the study's parameters and returning a simulation.
128128 * @param[in] process_simulation_result A callable that takes the simulation and processes its result.
129129 * @return A vector that contains processed simulation results for each run.
130130 *
You can’t perform that action at this time.
0 commit comments