Updated visibility [skip ci]

This commit is contained in:
Andrew Kane
2021-10-16 16:58:20 -07:00
parent d721b65a5d
commit e90d74783a

View File

@@ -6,7 +6,7 @@ pub struct Params {
}
impl Params {
pub fn new() -> Self {
pub(crate) fn new() -> Self {
let mut param = unsafe { mf_get_default_param() };
param.nr_bins = 25;
Self {