ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/group/trunk/OOPSE-2.0/src/openbabel/fingerprint.hpp
(Generate patch)

Comparing trunk/OOPSE-2.0/src/openbabel/fingerprint.hpp (file contents):
Revision 2440 by tim, Wed Nov 16 19:42:11 2005 UTC vs.
Revision 2445 by tim, Wed Nov 16 21:22:51 2005 UTC

# Line 60 | Line 60 | class OBAPI OBFingerprint (public)
60          static double Tanimoto(const std::vector<unsigned int>& vec1, const std::vector<unsigned int>& vec2);
61          
62          /// Inline version of Tanimoto() taking a pointer for the second vector
63 <        static double OBFingerprint::Tanimoto(const std::vector<unsigned int>& vec1, const unsigned int* p2)
63 >        static double Tanimoto(const std::vector<unsigned int>& vec1, const unsigned int* p2)
64          {
65                  ///If used for two vectors, vec1 and vec2, call as Tanimoto(vec1, &vec2[0]);
66                  int andbits=0, orbits=0;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines