00001 // 00002 // Copyright (C) 2002-2006 Greg Landrum and Rational Discovery LLC 00003 // 00004 // @@ All Rights Reserved @@ 00005 // 00006 #ifndef _RD_PRIMES_H 00007 #define _RD_PRIMES_H 00008 00009 namespace RDKit{ 00010 const int NUM_PRIMES_AVAIL = 1000; 00011 extern int firstThousandPrimes[NUM_PRIMES_AVAIL]; 00012 } 00013 #endif
1.5.5