Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated misleading Javadoc #212

Merged
merged 1 commit into from Aug 3, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Expand Up @@ -527,12 +527,11 @@ public static void translate2DCenterTo(IAtomContainer container, Point2d p) {
}

/**
* Calculates the center of mass for the <code>Atom</code>s in the AtomContainer for the 2D
* coordinates. See comment for center(IAtomContainer atomCon, Dimension areaDim, HashMap
* renderingCoordinates) for details on coordinate sets
* Calculates the center of mass for the <code>Atom</code>s in the AtomContainer.
*
* @param ac AtomContainer for which the center of mass is calculated
* @return Description of the Return Value
* @return The center of mass of the molecule, or <code>NULL</code> if the molecule
* does not have 3D coordinates or if any of the atoms do not have a valid atomic mass
* @cdk.keyword center of mass
* @cdk.dictref blue-obelisk:calculate3DCenterOfMass
*/
Expand Down