diff --git a/core/PhysiCell_signal_behavior.cpp b/core/PhysiCell_signal_behavior.cpp index 8780e8d7c..779590759 100644 --- a/core/PhysiCell_signal_behavior.cpp +++ b/core/PhysiCell_signal_behavior.cpp @@ -484,7 +484,7 @@ void setup_signal_behavior_dictionaries( void ) behavior_to_int[temp] = map_index; // synonym - temp = "phagocytosis of " + std::to_string(pCD->type); + temp = "phagocytosis of " + pCD->name; behavior_to_int[temp] = map_index; }