Trisurf Monte Carlo simulator
Samo Penic
2022-05-04 06afc729f9061c1cfa14c78728d61d518324c2f0
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