svn+ssh://bugman@.../svn/relax/trunk
........
r26662 | bugman | 2014-11-20 15:27:47 +0100 (Thu, 20 Nov 2014) | 7 lines
Added the missing_error keyword argument to the pipe_centre_of_mass() function.
This is from the pipe_control.structure.mass module. The new keyword controls what happens with the
absence of structural data. The pipe_control.structure.checks.check_structure() function is now
being used to either throw a warning and return [0, 0, 0] or to raise a RelaxError.
........