242ff6deb657721dd26be42bd1083f5628847460
[alexxy/gromacs.git] / src / ngmx / rewind.bm
1 /*
2  *       @(#) rewind.bm 1.13 9/30/97
3  *
4  *       This source code is part of
5  *
6  *        G   R   O   M   A   C   S
7  *
8  * GROningen MAchine for Chemical Simulations
9  *
10  * Copyright (c) 1990-1995,
11  * BIOSON Research Institute, Dept. of Biophysical Chemistry,
12  * University of Groningen, The Netherlands
13  *
14  * Please refer to:
15  * GROMACS: A message-passing parallel molecular dynamics implementation
16  * H.J.C. Berendsen, D. van der Spoel and R. van Drunen
17  * Comp. Phys. Comm. 91, 43-56 (1995)
18  *
19  * Also check out our WWW page:
20  * http://rugmd0.chem.rug.nl/~gmx
21  * or e-mail to:
22  * gromacs@chem.rug.nl
23  *
24  * And Hey:
25  * Gyas ROwers Mature At Cryogenic Speed
26  */
27
28 #ifndef _rewind_bm
29 #define _rewind_bm
30
31 #ifdef HAVE_IDENT
32 #ident  "@(#) rewind.bm 1.2 11/23/92"
33 #endif /* HAVE_IDENT */
34 #define rewind_width 40
35 #define rewind_height 32
36 static unsigned char rewind_bits[] = {
37    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
38    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
39    0x00, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00, 0x03, 0x80, 0x01, 0x00,
40    0x80, 0x03, 0xc0, 0x01, 0x00, 0xc0, 0x03, 0xe0, 0x01, 0x00, 0xe0, 0x03,
41    0xf0, 0x01, 0x00, 0xf0, 0x03, 0xf8, 0x01, 0x00, 0xf8, 0x03, 0xfc, 0x01,
42    0x00, 0xfc, 0x03, 0xfe, 0x01, 0x00, 0xfe, 0x03, 0xff, 0x01, 0x00, 0xff,
43    0x83, 0xff, 0x01, 0x80, 0xff, 0xc3, 0xff, 0x01, 0x00, 0xff, 0x83, 0xff,
44    0x01, 0x00, 0xfe, 0x03, 0xff, 0x01, 0x00, 0xfc, 0x03, 0xfe, 0x01, 0x00,
45    0xf8, 0x03, 0xfc, 0x01, 0x00, 0xf0, 0x03, 0xf8, 0x01, 0x00, 0xe0, 0x03,
46    0xf0, 0x01, 0x00, 0xc0, 0x03, 0xe0, 0x01, 0x00, 0x80, 0x03, 0xc0, 0x01,
47    0x00, 0x00, 0x03, 0x80, 0x01, 0x00, 0x00, 0x02, 0x00, 0x01, 0x00, 0x00,
48    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
49    0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
50    0x00, 0x00, 0x00, 0x00};
51
52 #endif  /* _rewind_bm */