Centos...

This commit is contained in:
Patrick Herrington 2024-10-10 19:16:32 -05:00
parent 238ef8639c
commit 1568d887ac
2 changed files with 2 additions and 2 deletions

View File

@ -69,7 +69,7 @@ namespace Trick {
@code <my_drg> = trick.DRAscii("<in_name>") @endcode
@copydoc Trick::DataRecordGroup::DataRecordGroup(string in_name)
*/
DRAscii( std::string in_name, Trick::DR_Type dr_type = Trick::DR_Type::DR_Type_Ascii ) ;
DRAscii( std::string in_name, DR_Buffering drb = DR_Buffering::DR_Buffer /*Trick::DR_Type dr_type = Trick::DR_Type::DR_Type_Ascii*/ ) ;
/**
@copybrief Trick::DataRecordGroup::format_specific_header

View File

@ -18,7 +18,7 @@ PROGRAMMERS:
#include "trick/message_type.h"
#include "trick/bitfield_proto.h"
Trick::DRAscii::DRAscii( std::string in_name, Trick::DR_Type dr_type ) : Trick::DataRecordGroup( in_name, dr_type ) {
Trick::DRAscii::DRAscii( std::string in_name, DR_Buffering drb /*Trick::DR_Type dr_type*/ ) : Trick::DataRecordGroup( in_name/*, dr_type*/ ) {
ascii_float_format = "%20.8g" ;
ascii_double_format = "%20.16g" ;