Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

status = H5Awrite(attribute_id, H5T_NATIVE_INT, attr_data);

 

/* Close the attribute. */

status = H5Aclose(attribute_id);

 

/* Close the dataspace. */

...