File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -277,6 +277,7 @@ namespace aspect
277
277
/* *
278
278
* Read the parameters this class declares from the parameter file.
279
279
*
280
+ * @param prm The ParameterHandler.
280
281
* @param world_index Parse the parameters for the Particle world with this index.
281
282
*/
282
283
virtual
Original file line number Diff line number Diff line change @@ -1062,7 +1062,7 @@ namespace aspect
1062
1062
* @p output_filename An optional file name into which (if present) the solver history will
1063
1063
* be written.
1064
1064
*
1065
- * @return This function never returns normally. It always exits via an exception, either
1065
+ * @note This function never returns normally. It always exits via an exception, either
1066
1066
* of type ExcMessage (on rank 0 of the parallel computation) or QuietException (on all
1067
1067
* other ranks).
1068
1068
*/
You can’t perform that action at this time.
0 commit comments