xo-pydistribution: bugfix: xo::ref::rp -> xo::rp

This commit is contained in:
Roland Conybeare 2024-09-14 14:27:22 -05:00
commit a142a0044c
2 changed files with 2 additions and 1 deletions

View file

@ -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)

View file

@ -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;