From 8ae92714143099f8bdf30cb6cb5b3399f4f83993 Mon Sep 17 00:00:00 2001 From: Ren Juan Date: Sun, 29 Aug 2021 11:16:05 +0000 Subject: [PATCH] * --- Ejectable/GT2.tsx | 1 + 1 file changed, 1 insertion(+) diff --git a/Ejectable/GT2.tsx b/Ejectable/GT2.tsx index 7ebc3cad..420e02f6 100644 --- a/Ejectable/GT2.tsx +++ b/Ejectable/GT2.tsx @@ -230,6 +230,7 @@ export class GT2 { this.startPoint = last.startPoint; this.trip.loc = last.trip.loc; this.elapsed = last.elapsed; + this.trip.elapsed= last.trip.elapsed; this.endPoint = last.endPoint; this.CO2Effect = last.CO2Effect; this.co2Rate = last.co2Rate;