Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion core/PhysiCell_signal_behavior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}

Expand Down
Loading