AdaptiveComputationLab / simcov

Other
5 stars 10 forks source link

Limit to number of T cells in a location #5

Closed stevenhofmeyr closed 3 years ago

stevenhofmeyr commented 4 years ago

Currently the T cells in a location are stored in a vector, and there is no limit to how many can be in one place. But this is unrealistic as T cells take up space and so there should be a limit on this vector.

stevenhofmeyr commented 4 years ago

According to Judy, we never see packed T cells, so it should be at most one per location (grid point).

stevenhofmeyr commented 3 years ago

This is fixed - now there is a limit of one tcell per location.