src/fb.rs

changeset 56
34f8ec636368
parent 46
90cc221eb52b
child 57
1afca417d71b
--- 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 {

mercurial