Trisurf Monte Carlo simulator
Samo Penic
2014-03-08 62681163a4c47fc6dbd6b2b96f84171b20cba3ed
src/general.h
@@ -3,7 +3,6 @@
#include<stdarg.h>
#include<stdio.h>
/* @brief This is a header file, defining general constants and structures.
  * @file header.h
  * @author Samo Penic
@@ -266,6 +265,28 @@
typedef struct {
   long int nshell;
   long int ncxmax;
   long int ncymax;
   long int nczmax;
   long int npoly;
   long int nmono;
   long int pswitch;
       char *multiprocessing;
      long int brezveze0;
       long int brezveze1;
       long int brezveze2;
       ts_double xk0;
   ts_double dmax;
   ts_double stepsize;
   ts_double kspring;
   ts_double pressure;
   long int iterations;
   long int inititer;
   long int mcsweeps;
   long int quiet;
} ts_tape;
/* GLOBAL VARIABLES */