Skip to content

Commit

Permalink
FIxed FP size.
Browse files Browse the repository at this point in the history
  • Loading branch information
johnmay committed Mar 30, 2017
1 parent d3ab8db commit 173dad1
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -235,10 +235,7 @@ public Map<String, Integer> getRawFingerprint(IAtomContainer iAtomContainer) thr
/** {@inheritDoc} */
@Override
public int getSize() {
if (keys != null)
return keys.length;
else
return 0; // throw exception when keys aren't loaded?
return 166;
}

private MaccsKey[] readKeyDef(final IChemObjectBuilder builder) throws IOException, CDKException {
Expand Down

0 comments on commit 173dad1

Please sign in to comment.