49 unsigned nodeAGlobalIndex,
50 unsigned nodeBGlobalIndex,
52 bool isCloserThanRestLength)
55 if (isCloserThanRestLength)
63 bool cell_A_is_labelled = p_cell_A->template HasCellProperty<CellLabel>();
66 bool cell_B_is_labelled = p_cell_B->template HasCellProperty<CellLabel>();
69 if (cell_A_is_labelled != cell_B_is_labelled)
71 return mHeterotypicSpringConstantMultiplier;
76 if (cell_A_is_labelled)
78 return mHomotypicLabelledSpringConstantMultiplier;