elif totCellsEH % 2 == 0 and totNodesEH % 2 != 0:
                [wholeNeiListX_EH.append(round((totCellsEH) / totNodesEH - 0.5)) for i in range(totNodesEH)]
                # passing Delta cells to be redistributed semi-randomly (after prioritizying the EH-region, additional cells should go to the CG-region).
                wholeNeiListX_EH[0:totNodesEH] = redistDeltaRandomly(wholeNeiListX_EH[0:totNodesEH], totCellsEH - sum(wholeNeiListX_EH[0:totNodesEH]), 0)
                print("HeSpaDDA message IG: HR region: noP and C are EVEN")