xo-pydistribution: bugfix: xo::ref::rp -> xo::rp
This commit is contained in:
parent
07be5ae7ec
commit
a142a0044c
2 changed files with 2 additions and 1 deletions
|
|
@ -3,6 +3,8 @@
|
|||
set(SELF_LIB xo_pydistribution)
|
||||
set(SELF_SRCS pydistribution.cpp)
|
||||
|
||||
# ----------------------------------------------------------------
|
||||
|
||||
xo_pybind11_library(${SELF_LIB} ${PROJECT_NAME}Targets ${SELF_SRCS})
|
||||
xo_pybind11_dependency(${SELF_LIB} xo_distribution)
|
||||
xo_pybind11_dependency(${SELF_LIB} xo_pyutil)
|
||||
|
|
|
|||
|
|
@ -12,7 +12,6 @@ namespace xo {
|
|||
using xo::distribution::Normal;
|
||||
using xo::distribution::Distribution;
|
||||
using xo::distribution::ExplicitDist;
|
||||
using xo::ref::rp;
|
||||
|
||||
namespace sim {
|
||||
namespace py = pybind11;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue