We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bd51776 commit 50fded4Copy full SHA for 50fded4
2 files changed
include/openPMD/Iteration.hpp
@@ -400,7 +400,7 @@ class Iteration : public Attributable
400
/**
401
* @brief Link with parent.
402
*
403
- * @param w The Writable representing the parent.
+ * @param parent The Writable representing the parent.
404
*/
405
void linkHierarchy(internal::AttributableData &parent) override;
406
using Attributable::linkHierarchy;
include/openPMD/backend/Attributable.hpp
@@ -600,7 +600,7 @@ OPENPMD_protected
600
601
602
603
604
605
void linkHierarchy(Attributable &parent);
606
virtual void linkHierarchy(internal::AttributableData &parent);
0 commit comments