pull/73/head
AlessandroBregoli 2 years ago
parent 44eaf8713f
commit 38e744e034
  1. 1
      reCTBN/src/process/ctbn.rs

@ -77,7 +77,6 @@ impl CtbnNetwork {
/// ///
/// * The equivalent *CtmpProcess* computed from the current CtbnNetwork /// * The equivalent *CtmpProcess* computed from the current CtbnNetwork
pub fn amalgamation(&self) -> CtmpProcess { pub fn amalgamation(&self) -> CtmpProcess {
let variables_domain = let variables_domain =
Array1::from_iter(self.nodes.iter().map(|x| x.get_reserved_space_as_parent())); Array1::from_iter(self.nodes.iter().map(|x| x.get_reserved_space_as_parent()));

Loading…
Cancel
Save