Numpy <= 1.6 fixes for the frame order PCS code.
The numpy.linalg.norm function does not have an axis argument in numpy 1.6, therefore the lib.compat.norm() function is now used instead. This function was created exactly for this axis argument problem.
Authored by: bugman 2014-07-08
Parent: [r24481]
Child: [r24483]