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

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