File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -55,6 +55,7 @@ enum class CartCellState : int {
5555// / behaviors and properties related to CAR-T cell biology, including states,
5656// / volume dynamics, and interactions with tumor cells.
5757class CartCell : public Cell {
58+ // NOLINTNEXTLINE(modernize-type-traits)
5859 BDM_AGENT_HEADER (CartCell, Cell, 1 );
5960
6061 public:
Original file line number Diff line number Diff line change @@ -82,6 +82,7 @@ enum class TumorCellType : int {
8282// / - Interactions with CAR-T cells
8383
8484class TumorCell : public Cell {
85+ // NOLINTNEXTLINE(modernize-type-traits)
8586 BDM_AGENT_HEADER (TumorCell, Cell, 1 );
8687
8788 public:
@@ -365,4 +366,4 @@ struct StateControlGrowProliferate : public Behavior {
365366
366367} // namespace bdm
367368
368- #endif // TUMOR_CELL_H_
369+ #endif // TUMOR_CELL_H_
You can’t perform that action at this time.
0 commit comments