svn+ssh://bugman@.../svn/relax/trunk
........
r26656 | bugman | 2014-11-20 14:40:42 +0100 (Thu, 20 Nov 2014) | 6 lines
Python 2.5 fix for the align_tensor.display user function.
The new irreducible spherical tensor coefficient printout was failing as the float.real variable was
introduced from Python 2.6 onwards.
........
r26659 | bugman | 2014-11-20 15:05:32 +0100 (Thu, 20 Nov 2014) | 7 lines
Shifted the structure checks into their own module.
This shifts the special check_structure Check object from pipe_control.structure.main into the new
checks module. It allows the check to be performed by other modules in the pipe_control.structure
package.
........