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.