pair_write and potential

I am confused with the potential write function, or perhaps my potential is not defined correctly. If I were to run the script below with and without the table, I get the same exact values with the pair_write function. The table is to provide a repulsive core; however, it seems that it isnt
changing the energy/force.

pair_style hybrid/overlay morse 15 coul/long 15 table linear 1401
pair_coeff 1 1 morse 0.042395 1.379316 3.618701 15
pair_coeff 1 2 morse 0.340554 2.006700 2.100000 15
pair_coeff 2 2 morse 0 .1 0
pair_coeff * * coul/long
pair_coeff 1 1 table table.repulsion Repulsion_1_1
pair_coeff 1 2 table table.repulsion Repulsion_1_2
pair_coeff 2 2 table table.repulsion Repulsion_2_2

The start of my table file is:

#Pair Table

Repulsion_1_1
N 1401 R 1 15

1 1 22 264
2 1.01 19.52388 231.9669
3 1.02 17.34685 204.0806
4 1.03 15.43036 179.7712
5 1.04 13.74114 158.5516
6 1.05 12.25042 140.0048
7 1.06 10.93333 123.7735
8 1.07 9.768263 109.5506
9 1.08 8.736503 97.07225

Does anyone see a reason why I am getting the same exact potential when I utilize the pair_write feature?

Ben

My apologies, I thought the pair_write function overwrote the previous pair_write, instead it adds on to it.

My question has been answered.