File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -427,7 +427,7 @@ class Iteration : public Attributable
427
427
/* *
428
428
* @brief Link with parent.
429
429
*
430
- * @param w The Writable representing the parent.
430
+ * @param parent The Writable representing the parent.
431
431
*/
432
432
void linkHierarchy (internal::AttributableData &parent) override ;
433
433
using Attributable::linkHierarchy;
Original file line number Diff line number Diff line change @@ -601,7 +601,7 @@ OPENPMD_protected
601
601
/* *
602
602
* @brief Link with parent.
603
603
*
604
- * @param w The Writable representing the parent.
604
+ * @param parent The Writable representing the parent.
605
605
*/
606
606
void linkHierarchy (Attributable &parent);
607
607
virtual void linkHierarchy (internal::AttributableData &parent);
You can’t perform that action at this time.
0 commit comments