/*************************************************************** This file is part of the Open Babel project. This is copyright under the GNU General Public License (GPL) For more information, see 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_TORLIB_H #define OB_TORLIB_H namespace OpenBabel { static const char TorsionDefaults[] = { 0x53,0x50,0x33,0x2D,0x53,0x50,0x33,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36, 0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x0A,0x53,0x50,0x32,0x2D, 0x53,0x50,0x32,0x20,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20,0x2D, 0x33,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30, 0x20,0x2D,0x31,0x35,0x30,0x2E,0x30,0x20,0x0A,0x53,0x50,0x33,0x2D,0x53,0x50, 0x32,0x20,0x30,0x2E,0x30,0x20,0x33,0x30,0x2E,0x30,0x20,0x2D,0x33,0x30,0x2E, 0x30,0x20,0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x20,0x31,0x32, 0x30,0x2E,0x30,0x20,0x2D,0x31,0x32,0x30,0x2E,0x30,0x20,0x2D,0x31,0x35,0x30, 0x2E,0x30,0x20,0x31,0x35,0x30,0x2E,0x30,0x20,0x31,0x38,0x30,0x2E,0x30,0x20, 0x2D,0x39,0x30,0x2E,0x30,0x20,0x39,0x30,0x2E,0x30,0x0A,0x5B,0x61,0x44,0x33, 0x5D,0x63,0x4E,0x28,0x7E,0x5B,0x4F,0x44,0x31,0x5D,0x29,0x7E,0x5B,0x4F,0x44, 0x31,0x5D,0x20,0x31,0x20,0x32,0x20,0x33,0x20,0x34,0x20,0x30,0x2E,0x30,0x20, 0x36,0x30,0x2E,0x30,0x20,0x2D,0x36,0x30,0x2E,0x30,0x0A,0x00}; } // namespace OpenBabel #endif // OB_TORLIB_H