Fixed text file permissions
[snark14.git] / tools / Input / variables.h
1 /** @file variables.h
2     @package snark14Input
3     @author Bruno M. Carvalho and Deniz Sarioz
4     licensed under (open-source) QPL v1.0
5     which accompanies this distribution in the file QPL
6 */
7
8 #ifdef SNARKINPUT_H
9 int errnum,entries;
10 QStringList inputbuffer;
11 #else
12 extern int errnum;
13 #endif
14 #ifndef M_PI
15 #define M_PI 3.1415926535897932385
16 #endif
17 #ifndef M_SQRT1_2
18 #define M_SQRT1_2 0.70710678118654752440
19 #endif