Skip to content

Commit

Permalink
update H5Pcopy_prop comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jun 6, 2024
1 parent 921b536 commit ede5d49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/H5P.c
Original file line number Diff line number Diff line change
Expand Up @@ -1331,8 +1331,8 @@ H5Premove(hid_t plist_id, const char *name)
property information will be copied from the source class into the
destination class.
If a property is copied from one list to another, the property will be
first deleted from the destination list (generating a call to the 'close'
If a property is copied from one list to another list that already contains the property,
the property will be first deleted from the destination list (generating a call to the 'del'
callback for the property, if one exists) and then the property is copied
from the source list to the destination list (generating a call to the
'copy' callback for the property, if one exists).
Expand Down

0 comments on commit ede5d49

Please sign in to comment.