From c08e0f83c3afcde837ef948e57b8dfa501a0be23 Mon Sep 17 00:00:00 2001 From: pixelzoom Date: Mon, 18 Mar 2024 19:58:10 -0600 Subject: [PATCH] TODO https://github.com/phetsims/gas-properties/issues/77 --- js/diffusion/model/ParticleFlowRateModel.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/js/diffusion/model/ParticleFlowRateModel.ts b/js/diffusion/model/ParticleFlowRateModel.ts index a1c244ab..746e3be6 100644 --- a/js/diffusion/model/ParticleFlowRateModel.ts +++ b/js/diffusion/model/ParticleFlowRateModel.ts @@ -43,6 +43,7 @@ export default class ParticleFlowRateModel { private readonly rightCounts: number[]; // particles that crossed from left to right --> // dt values for each sample + //TODO https://github.com/phetsims/gas-properties/issues/77 Does this need to be stateful? private readonly dts: number[]; /**