Skip to content

Commit

Permalink
TODO #77
Browse files Browse the repository at this point in the history
  • Loading branch information
pixelzoom committed Mar 19, 2024
1 parent db4ba08 commit c08e0f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/diffusion/model/ParticleFlowRateModel.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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[];

/**
Expand Down

0 comments on commit c08e0f8

Please sign in to comment.