svn+ssh://bugman@.../svn/relax/trunk
........
r26679 | bugman | 2014-11-21 10:12:42 +0100 (Fri, 21 Nov 2014) | 3 lines
Fix for the unit tests to match r26656 - Python 2.5 floats do not have a 'real' property.
........
r26681 | bugman | 2014-11-21 10:29:34 +0100 (Fri, 21 Nov 2014) | 9 lines
Bug fix for the lib.structure.angles.angles_*() functions for odd increments.
This affects the PDB representations of the diffusion tensor and frame order when the number of
increments in the respective user functions is set to an odd number. It really only affects the
frame_order.pdb_model user functions, as the number of increments cannot be set in any of the other
user functions (structure.create_diff_tensor_pdb, structure.create_rotor_pdb,
structure.create_vector_dist, n_state_model.cone_pdb).
........