Files
rdkit/Code/Geometry/GridUtils.h
Greg Landrum 75a79b6327 initial import
2006-05-06 22:20:08 +00:00

17 lines
355 B
C++

//
// Copyright (C) 2003-2006 Rational Discovery LLC
//
// @@ All Rights Reserved @@
//
#ifndef _GRIDUTILS_H_20050126
#define _GRIDUTILS_H_20050126
namespace RDGeom {
template<class GRIDTYPE> double tanimotoDistance(const GRIDTYPE &grid1,
const GRIDTYPE &grid2);
}
#endif