Trisurf Monte Carlo simulator
Samo Penic
2023-01-24 a8e354c7fad70eb7fdfda62ec83faf1be6c4ed44
commit | author | age
06afc7 1 #ifndef __GLOBALS
SP 2 #define __GLOBALS
3 /* GLOBAL VARIABLES */
4 #include "general.h"
5 #include "io.h"
6 extern int quiet;
7 extern ts_double V0;
8 extern ts_double A0;
9 extern ts_double epsvol;
10 extern ts_double epsarea;
11 extern ts_args command_line_args;
12 extern int force_from_tape;
13 extern char tapetxt[128000]; //stores text file of the tape
14 #endif