Closed stevenhofmeyr closed 3 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.
According to Judy, we never see packed T cells, so it should be at most one per location (grid point).
This is fixed - now there is a limit of one tcell per location.
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.