mirror of
https://github.com/nasa/trick.git
synced 2025-02-20 09:16:20 +00:00
HDF5 data recording broken
Need to enclose the HDF5 code in write_data with an ifdef. refs #188
This commit is contained in:
parent
8354546160
commit
83d96b4bcc
@ -209,6 +209,7 @@ int Trick::DRHDF5::format_specific_init() {
|
||||
*/
|
||||
int Trick::DRHDF5::write_data(bool must_write) {
|
||||
|
||||
#ifdef HDF5
|
||||
unsigned int local_buffer_num ;
|
||||
unsigned int num_to_write ;
|
||||
unsigned int ii;
|
||||
@ -260,6 +261,7 @@ int Trick::DRHDF5::write_data(bool must_write) {
|
||||
pthread_mutex_unlock(&buffer_mutex) ;
|
||||
|
||||
}
|
||||
#endif
|
||||
|
||||
return 0 ;
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user