RDKit
Open-source cheminformatics and machine learning.
Loading...
Searching...
No Matches
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;
16
extern
int
firstThousandPrimes
[
NUM_PRIMES_AVAIL
];
17
}
// namespace RDKit
18
#endif
export.h
RDKit
Std stuff.
Definition
Abbreviations.h:19
RDKit::firstThousandPrimes
int firstThousandPrimes[NUM_PRIMES_AVAIL]
Definition
utils.h:24
RDKit::NUM_PRIMES_AVAIL
const int NUM_PRIMES_AVAIL
the number of primes available and stored
Definition
primes.h:15
GraphMol
SmilesParse
primes.h
Generated on Mon Sep 30 2024 05:19:34 for RDKit by
1.9.8