From f3856d15398e4e0f3573a607828e8ff4ff647546 Mon Sep 17 00:00:00 2001 From: "francois.grand" <francois.grand@irstea.fr> Date: Wed, 18 Apr 2018 11:59:27 +0200 Subject: [PATCH] =?UTF-8?q?=20#46=20ParallelStructure.Calc()=20:=20correct?= =?UTF-8?q?ion=20bug=20(this.=5Fresult=20n'=C3=A9tait=20pas=20affect=C3=A9?= =?UTF-8?q?)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/structure/parallel_structure.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/structure/parallel_structure.ts b/src/structure/parallel_structure.ts index 343773a0..d4dc9749 100644 --- a/src/structure/parallel_structure.ts +++ b/src/structure/parallel_structure.ts @@ -159,6 +159,7 @@ export class ParallelStructure extends Nub { } } } + this._result = res; return res; } -- GitLab