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