00001 // 00002 // Copyright (C) 2002-2006 Greg Landrum and Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // This file is part of the RDKit. 00006 // The contents are covered by the terms of the BSD license 00007 // which is included in the file license.txt, found at the root 00008 // of the RDKit source tree. 00009 // 00010 #ifndef _RD_PRIMES_H 00011 #define _RD_PRIMES_H 00012 00013 namespace RDKit{ 00014 const int NUM_PRIMES_AVAIL = 1000; 00015 extern int firstThousandPrimes[NUM_PRIMES_AVAIL]; 00016 } 00017 #endif
1.7.1