Python 3 fix for the lib.dispersion.mq_ns_cpmg_2site module.
The numpy.linalg.matrix_power requires an integer power, but Python 3 was creating a floating point number for the 'fact' variable.
Authored by: bugman 2013-10-17
Parent: [r21152]
Child: [r21154]