Exported operator() for eoSGATransform in abstract1.cpp
This commit is contained in:
parent
21301c327d
commit
ed7902ed90
1 changed files with 2 additions and 1 deletions
|
|
@ -39,7 +39,8 @@ void abstract1()
|
|||
|
||||
class_<eoSGATransform<PyEO>, bases<eoTransform<PyEO> > >("eoSGATransform",
|
||||
init< eoQuadOp<PyEO>&, double,
|
||||
eoMonOp<PyEO>&, double>());
|
||||
eoMonOp<PyEO>&, double>())
|
||||
.def("__call__", &eoSGATransform<PyEO>::operator());
|
||||
|
||||
def_abstract_functor<eoPopEvalFunc<PyEO> >("eoPopEvalFunc");
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue