Merge pull request #6367 from RosettaCommons/JackMaguire-cartmd-vrt-fix
Remove divide-by-zero in CartesianMD
There's a snippet of code in the run_rattle1() function that divides some numbers by the mass of each atom. This PR just adds a check to skip loop iterations where that mass is zero.
Thanks Frank for the help and the review!