| 1 | /*************************************************************** | 
| 2 | This file is part of the Open Babel project. | 
| 3 | This is copyright under the GNU General Public License (GPL) | 
| 4 | For more information, see <http://openbabel.sourceforge.net/> | 
| 5 |  | 
| 6 | This file contains a binary representation of data tables | 
| 7 | used by Open Babel. It is used as a fallback if the textual | 
| 8 | data table is not found at runtime. It is not a normal header. | 
| 9 | ***************************************************************/ | 
| 10 |  | 
| 11 |  | 
| 12 | #ifndef OB_TORLIB_H | 
| 13 | #define OB_TORLIB_H | 
| 14 |  | 
| 15 | namespace OpenBabel | 
| 16 | { | 
| 17 | static const char TorsionDefaults[] = { | 
| 18 | 0x53,0x50,0x33,0x2D,0x53,0x50,0x33,0x20,0x20,0x36,0x30,0x2E,0x30,0x20,0x20, | 
| 19 | 0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x0A,0x53,0x50, | 
| 20 | 0x32,0x2D,0x53,0x50,0x32,0x20,0x20,0x20,0x30,0x2E,0x30,0x20,0x20,0x31,0x38, | 
| 21 | 0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20, | 
| 22 | 0x31,0x35,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x0A,0x53, | 
| 23 | 0x50,0x33,0x2D,0x53,0x50,0x32,0x20,0x20,0x20,0x30,0x2E,0x30,0x20,0x20,0x20, | 
| 24 | 0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E,0x30,0x20,0x36,0x30,0x2E,0x30, | 
| 25 | 0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x20,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D, | 
| 26 | 0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x31,0x35, | 
| 27 | 0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x2D,0x39,0x30,0x2E,0x30, | 
| 28 | 0x20,0x39,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x33,0x5D,0x63,0x4E,0x28,0x7E, | 
| 29 | 0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x20,0x20,0x20, | 
| 30 | 0x20,0x20,0x20,0x20,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x20,0x30, | 
| 31 | 0x2E,0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x0A,0x00}; | 
| 32 |  | 
| 33 | } // namespace OpenBabel | 
| 34 | #endif // OB_TORLIB_H | 
| 35 |  |