Skip to content

Commit 400e1e3

Browse files
committed
CI fixes
1 parent c77a51e commit 400e1e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

include/openPMD/Iteration.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -400,7 +400,7 @@ class Iteration : public Attributable
400400
/**
401401
* @brief Link with parent.
402402
*
403-
* @param w The Writable representing the parent.
403+
* @param parent The Writable representing the parent.
404404
*/
405405
void linkHierarchy(internal::AttributableData &parent) override;
406406
using Attributable::linkHierarchy;

include/openPMD/backend/Attributable.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -600,7 +600,7 @@ OPENPMD_protected
600600
/**
601601
* @brief Link with parent.
602602
*
603-
* @param w The Writable representing the parent.
603+
* @param parent The Writable representing the parent.
604604
*/
605605
void linkHierarchy(Attributable &parent);
606606
virtual void linkHierarchy(internal::AttributableData &parent);

0 commit comments

Comments
 (0)