diff CADDSuite-1.6/data/OpenBabel/aromatic.h @ 10:eda78e0f5df6 draft default tip

Deleted selected files
author marcel
date Sun, 30 Nov 2014 03:46:08 -0500
parents 488032d372e1
children
line wrap: on
line diff
--- a/CADDSuite-1.6/data/OpenBabel/aromatic.h	Sat Dec 15 13:16:40 2012 -0500
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,43 +0,0 @@
-/***************************************************************
-This file is part of the Open Babel project.
-This is copyright under the GNU General Public License (GPL)
-For more information, see <http://openbabel.org/>
-
-This file contains a binary representation of data tables
- used by Open Babel. It is used as a fallback if the textual
- data table is not found at runtime. It is not a normal header.
-***************************************************************/
-
-
-#ifndef OB_AROMATIC_H
-#define OB_AROMATIC_H
-
-namespace OpenBabel
-{
-static const char AromaticData[] = {
- 0x5B,0x23,0x36,0x72,0x44,0x32,0x5D,0x09,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,
- 0x23,0x36,0x72,0x44,0x33,0x5D,0x7E,0x21,0x40,0x5B,0x23,0x38,0x5D,0x09,0x09,
- 0x30,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x44,0x32,0x2B,0x2C,0x23,0x36,0x72,
- 0x44,0x33,0x2B,0x5D,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x5D,
- 0x3D,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,0x44,0x33,
- 0x5D,0x3D,0x21,0x40,0x2A,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x36,0x72,
- 0x44,0x33,0x5D,0x3D,0x21,0x40,0x5B,0x21,0x23,0x36,0x5D,0x09,0x09,0x30,0x09,
- 0x30,0x0A,0x5B,0x23,0x36,0x72,0x44,0x33,0x2D,0x5D,0x09,0x09,0x32,0x09,0x32,
- 0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x5D,0x09,0x09,0x09,0x31,0x09,0x32,0x0A,
- 0x5B,0x23,0x37,0x72,0x44,0x33,0x5D,0x20,0x31,0x20,0x32,0x0A,0x5B,0x23,0x37,
- 0x72,0x5D,0x28,0x2D,0x40,0x2A,0x29,0x2D,0x40,0x2A,0x20,0x09,0x09,0x31,0x09,
- 0x32,0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x5D,0x3D,0x40,0x2A,0x09,0x09,0x31,
- 0x09,0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x33,0x2B,0x5D,0x09,0x09,0x31,0x09,
- 0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x33,0x5D,0x3D,0x4F,0x09,0x09,0x31,0x09,
- 0x31,0x0A,0x5B,0x23,0x37,0x72,0x44,0x32,0x2D,0x5D,0x09,0x09,0x32,0x09,0x32,
- 0x0A,0x5B,0x23,0x38,0x72,0x5D,0x09,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,
- 0x38,0x72,0x2B,0x5D,0x09,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x31,0x36,
- 0x72,0x44,0x32,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x31,0x36,0x72,
- 0x44,0x32,0x2B,0x5D,0x09,0x09,0x31,0x09,0x31,0x0A,0x5B,0x23,0x31,0x36,0x72,
- 0x44,0x33,0x5D,0x3D,0x21,0x40,0x4F,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,
- 0x31,0x35,0x72,0x44,0x33,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x5B,0x23,0x33,
- 0x34,0x72,0x44,0x32,0x5D,0x09,0x09,0x32,0x09,0x32,0x0A,0x00};
-
-} // namespace OpenBabel
-#endif // OB_AROMATIC_H
-