Fixes for all of the lib.frame_order.*.pcs_numeric_int_*_qrint() functions.
The loop over the Sobol' points was broken. As numpy.swapaxes() has been applied to the points
argument already, the loop needs to be over the second dimension of the points data structure.