Skip to content

Commit

Permalink
Correct API call.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Aug 13, 2018
1 parent 6af1ad9 commit bc454bb
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -178,6 +178,6 @@ public static Pattern findSubstructure(IAtomContainer query) {
* @see VentoFoggia
*/
public static Pattern findIdentical(IAtomContainer query) {
return VentoFoggia.findSubstructure(query);
return VentoFoggia.findIdentical(query);
}
}

0 comments on commit bc454bb

Please sign in to comment.