mirror of
https://github.com/nasa/trick.git
synced 2024-12-18 20:57:55 +00:00
Fixed DR constructors
This commit is contained in:
parent
d09c4f5d98
commit
a5a6ac3e2f
@ -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)
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user