PhysiCell icon indicating copy to clipboard operation
PhysiCell copied to clipboard

small error in modeling grammar

Open MathCancer opened this issue 1 year ago • 0 comments

Fix the error in this behavior synonym:

current / wrong:

phagocytosis of " + std::to_string(pCD->type);

correct:

phagocytosis of " + pCD->name;

It can wait for 1.14.3.

MathCancer avatar Jan 23 '25 16:01 MathCancer