Skip to content

Commit

Permalink
fix?
Browse files Browse the repository at this point in the history
  • Loading branch information
VanyaBelyaev committed Nov 22, 2023
1 parent b7b1097 commit d2b463d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/src/PyPdf.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ Ostap::Models::PyPdf::PyPdf
"PyPdf::consructor" ,
Ostap::StatusCode(400) ) ;
//
::copy_real ( variables , m_variables , "Variable is not RooAbsReal" , "Ostap::Functions::PyPdf::PyPdf" );
::copy_real ( variables , m_varlist , "Variable is not RooAbsReal" , "Ostap::Functions::PyPdf::PyPdf" );
//
Py_XINCREF ( m_self ) ;
}
Expand Down

0 comments on commit d2b463d

Please sign in to comment.