Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Make old API method public (accidentally made private in patch)
  • Loading branch information
johnmay committed Sep 26, 2015
1 parent 60fdbdf commit 202cbfe
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -292,7 +292,7 @@ public void generateExperimentalCoordinates(Vector2d firstBondVector) throws CDK
* @param firstBondVector The vector of the first bond to lay out
* @throws CDKException if an error occurs
*/
private void generateCoordinates(Vector2d firstBondVector) throws CDKException {
public void generateCoordinates(Vector2d firstBondVector) throws CDKException {
generateCoordinates(firstBondVector, false);
}

Expand Down

0 comments on commit 202cbfe

Please sign in to comment.