mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Fix #64: Fixed the call to register_group_with_mm in DRHDF5 constructor.
This commit is contained in:
parent
27f22235b8
commit
f6fed320c4
@ -15,7 +15,7 @@ PROGRAMMERS:
|
||||
#include "sim_services/Message/include/message_proto.h"
|
||||
|
||||
Trick::DRHDF5::DRHDF5( std::string in_name ) : Trick::DataRecordGroup(in_name) {
|
||||
register_group_with_mm(this, "Trick::HDF5") ;
|
||||
register_group_with_mm(this, "Trick::DRHDF5") ;
|
||||
}
|
||||
|
||||
int Trick::DRHDF5::format_specific_header( std::fstream & out_stream ) {
|
||||
|
Loading…
Reference in New Issue
Block a user