Skip to content

Commit

Permalink
Update PhysiCell_signal_behavior.cpp
Browse files Browse the repository at this point in the history
add "transition" synonyms for "cell transformations."
  • Loading branch information
MathCancer committed Jan 20, 2025
1 parent b3aa67a commit d4662bb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions core/PhysiCell_signal_behavior.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -525,6 +525,12 @@ void setup_signal_behavior_dictionaries( void )
// synonym
temp = "transform to cell type " + std::to_string(pCD->type);
behavior_to_int[temp] = map_index;
temp = "transition to " + std::to_string(pCD->type);
behavior_to_int[temp] = map_index;
temp = "transition to cell type " + std::to_string(pCD->type);
behavior_to_int[temp] = map_index;


}

// asymmetic division
Expand Down

0 comments on commit d4662bb

Please sign in to comment.