function f = TransVol(x,OPW)

f=sum(abs(x-OPW));

end

