Hello, I have an array of structs that I need to write to a dataset. One of the members of the struct is a pointer to an array of floats. Right now I am creating a compound datatype and treating the pointer as an unsigned int, and this works, but the pointer information is obviously useless data. Is there a way to write this array, but skip the pointer memeber?
Here is what I am currently doing: Thanks! -- View this message in context: http://hdf-forum.184993.n3.nabble.com/How-to-skip-a-member-in-a-struct-tp3527822p3527822.html Sent from the hdf-forum mailing list archive at Nabble.com. _______________________________________________ Hdf-forum is for HDF software users discussion. [email protected] http://mail.hdfgroup.org/mailman/listinfo/hdf-forum_hdfgroup.org
