svn+ssh://bugman@.../svn/relax/trunk
........
r24837 | bugman | 2014-07-30 17:01:58 +0200 (Wed, 30 Jul 2014) | 9 lines
Changed the behaviour of the pipe_control.structure.mass.pipe_centre_of_mass() function.
This function returns the CoM and optionally the mass of the structural data loaded into the current
data pipe. However it was matching the structural data to the molecule-residue-spin data structure
and skipping spins that were deselected. This illogical deselection part has been eliminated, as
spins can be deselected for various analysis purposes and this should not change the CoM. The
deletion also significantly speeds up the function.
........