From cffff2d634d0926a724df4dffd11b75f00552573 Mon Sep 17 00:00:00 2001 From: RonaldsonBellande Date: Fri, 25 Apr 2025 10:04:19 -0400 Subject: [PATCH] update --- src/algorithm/bellande_node_importance.rs | 2 +- src/algorithm/bellande_particle.rs | 2 +- src/algorithm/bellande_probability.rs | 2 +- src/algorithm/bellande_segment.rs | 2 +- src/algorithm/bellande_tree.rs | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/algorithm/bellande_node_importance.rs b/src/algorithm/bellande_node_importance.rs index 479846e..68a0a2d 100644 --- a/src/algorithm/bellande_node_importance.rs +++ b/src/algorithm/bellande_node_importance.rs @@ -14,4 +14,4 @@ // along with this program. If not, see . use crate::algorithm::connections::BellandeArchError; -use bellande_step::make_bellande_node_importance_request; +use bellande_node_importance::make_bellande_node_importance_request; diff --git a/src/algorithm/bellande_particle.rs b/src/algorithm/bellande_particle.rs index 0e284d1..6f7dc85 100644 --- a/src/algorithm/bellande_particle.rs +++ b/src/algorithm/bellande_particle.rs @@ -14,4 +14,4 @@ // along with this program. If not, see . use crate::algorithm::connections::BellandeArchError; -use bellande_step::make_bellande_particle_request; +use bellande_particle::make_bellande_particle_request; diff --git a/src/algorithm/bellande_probability.rs b/src/algorithm/bellande_probability.rs index 5d33f8b..b80187e 100644 --- a/src/algorithm/bellande_probability.rs +++ b/src/algorithm/bellande_probability.rs @@ -14,4 +14,4 @@ // along with this program. If not, see . use crate::algorithm::connections::BellandeArchError; -use bellande_step::make_bellande_probability_request; +use bellande_probability::make_bellande_probability_request; diff --git a/src/algorithm/bellande_segment.rs b/src/algorithm/bellande_segment.rs index 70bfc24..017ba7b 100644 --- a/src/algorithm/bellande_segment.rs +++ b/src/algorithm/bellande_segment.rs @@ -14,4 +14,4 @@ // along with this program. If not, see . use crate::algorithm::connections::BellandeArchError; -use bellande_step::make_bellande_segment_request; +use bellande_segment::make_bellande_segment_request; diff --git a/src/algorithm/bellande_tree.rs b/src/algorithm/bellande_tree.rs index 4d61199..aef03e1 100644 --- a/src/algorithm/bellande_tree.rs +++ b/src/algorithm/bellande_tree.rs @@ -14,4 +14,4 @@ // along with this program. If not, see . use crate::algorithm::connections::BellandeArchError; -use bellande_step::make_bellande_tree_request; +use bellande_tree::make_bellande_tree_request;