Skip to content

Commit

Permalink
Updated fingerprinter javadoc
Browse files Browse the repository at this point in the history
  • Loading branch information
rajarshi committed Jul 19, 2010
1 parent eb6defd commit e6fecf2
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -55,7 +55,7 @@
* Molecule molecule = new Molecule();
* PubchemFingerprinter fprinter = new PubchemFingerprinter();
* BitSet fingerprint = fprinter.getFingerprint(molecule);
* fingerprint.size(); // returns 881
* fprinter.getSize(); // returns 881
* fingerprint.length(); // returns the highest set bit
* </pre>
* Note that the fingerprinter assumes that you have detected aromaticity and
Expand Down

0 comments on commit e6fecf2

Please sign in to comment.