From 484732c8ad30721ba4fa596bcb8a3835ad3bc431 Mon Sep 17 00:00:00 2001 From: ROUVREAU Vincent Date: Mon, 27 Apr 2020 07:06:16 +0200 Subject: lint pseudo code --- src/python/doc/alpha_complex_user.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/python/doc/alpha_complex_user.rst b/src/python/doc/alpha_complex_user.rst index ec218969..de706de9 100644 --- a/src/python/doc/alpha_complex_user.rst +++ b/src/python/doc/alpha_complex_user.rst @@ -94,7 +94,7 @@ Filtration value computation algorithm for i : dimension → 0 do for all σ of dimension i if filtration(σ) is NaN then - filtration(σ)=α²(σ) + filtration(σ) = α²(σ) end if for all τ face of σ do // propagate alpha filtration value if filtration(τ) is not NaN then -- cgit v1.2.3