Fixed DR constructors

This commit is contained in:
Pherring04 2024-10-10 13:02:13 -05:00
parent d09c4f5d98
commit a5a6ac3e2f
2 changed files with 2 additions and 0 deletions

View File

@ -13,6 +13,7 @@ PROGRAMMERS:
#include "trick/DataRecordGroup.hh"
#ifdef SWIG
%feature("compactdefaultargs","0") ;
%feature("shadow") Trick::DRAscii::DRAscii(std::string in_name) %{
def __init__(self, *args):
this = $action(*args)

View File

@ -24,6 +24,7 @@ PROGRAMMERS:
#endif
#ifdef SWIG
%feature("compactdefaultargs","0") ;
%feature("shadow") Trick::DRHDF5::DRHDF5(std::string in_name) %{
def __init__(self, *args):
this = $action(*args)