--- a/src/fb.rs Sun Dec 15 01:10:52 2024 -0500 +++ b/src/fb.rs Thu Dec 19 15:55:32 2024 -0500 @@ -75,10 +75,12 @@ τ : f64, iterator : I ) -> M -where M : ManifoldPoint + EmbeddedManifoldPoint, - F : Desc<M> + Mapping<M, Codomain = f64>, - G : Prox<M> + Mapping<M, Codomain = f64>, - I : AlgIteratorFactory<IterInfo<M>> { +where + M : ManifoldPoint + EmbeddedManifoldPoint, + F : Desc<M> + Mapping<M, Codomain = f64>, + G : Prox<M> + Mapping<M, Codomain = f64>, + I : AlgIteratorFactory<IterInfo<M>> +{ // Closure that calculates current status let status = |x : &M| IterInfo {