elif totNodesCG % 2 != 0 and totCellsCG % 2 != 0:
            [wholeNeiListX_CG.append(round(totCellsCG / totNodesCG - 0.5)) for i in range(totNodesCG)]
            if int(totCellsCG - sum(wholeNeiListX_CG)) != 0:
                wholeNeiListX_CG[0:totNodesCG] = redistDeltaRandomly(wholeNeiListX_CG[0:totNodesCG], totCellsCG - sum(wholeNeiListX_CG[0:totNodesCG]), 0)
            else: