RDKit
Open-source cheminformatics and machine learning.
primes.h
Go to the documentation of this file.
1 //
2 // Copyright (C) 2002-2006 Greg Landrum and Rational Discovery LLC
3 //
4 // @@ All Rights Reserved @@
5 // This file is part of the RDKit.
6 // The contents are covered by the terms of the BSD license
7 // which is included in the file license.txt, found at the root
8 // of the RDKit source tree.
9 //
10 #include <RDGeneral/export.h>
11 #ifndef _RD_PRIMES_H
12 #define _RD_PRIMES_H
13 
14 namespace RDKit {
15 const int NUM_PRIMES_AVAIL = 1000;
17 }
18 #endif
int firstThousandPrimes[NUM_PRIMES_AVAIL]
Definition: utils.h:24
const int NUM_PRIMES_AVAIL
the number of primes available and stored
Definition: primes.h:15
Std stuff.
Definition: Atom.h:30