We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aed1cf6 commit 25f2930Copy full SHA for 25f2930
2 files changed
include/openPMD/Iteration.hpp
@@ -427,7 +427,7 @@ class Iteration : public Attributable
427
/**
428
* @brief Link with parent.
429
*
430
- * @param w The Writable representing the parent.
+ * @param parent The Writable representing the parent.
431
*/
432
void linkHierarchy(internal::AttributableData &parent) override;
433
using Attributable::linkHierarchy;
include/openPMD/backend/Attributable.hpp
@@ -605,7 +605,7 @@ OPENPMD_protected
605
606
607
608
609
610
void linkHierarchy(Attributable &parent);
611
virtual void linkHierarchy(internal::AttributableData &parent);
0 commit comments