#include "Global.h"
#include "Params.h"
Functions | |
void | get_global_parameters () |
Variables | |
int | Verbose |
int | Debug |
int | Test |
int | Runs |
int | Days |
unsigned long | Seed |
int | Start_day_of_week |
int | Reseed_day |
char | Output_directory [256] |
char | Outfilebase [80] |
char | Tracefilebase [80] |
int | All_strains_antigenically_identical |
char | VaccineTracefilebase [80] |
int | Incremental_Trace |
int | Trace_Headers |
int | Random_start_day |
int | Random_location_order |
char | Cognitive_model_type [80] |
int | Quality_control |
int | Strains |
FILE * | Statusfp |
FILE * | Outfp |
FILE * | Tracefp |
FILE * | VaccineTracefp |
void get_global_parameters | ( | ) |
char Cognitive_model_type[80] |
int Days |
int Debug |
char Outfilebase[80] |
FILE* Outfp |
char Output_directory[256] |
int Quality_control |
int Random_start_day |
int Reseed_day |
int Runs |
unsigned long Seed |
FILE* Statusfp |
int Strains |
int Test |
int Trace_Headers |
char Tracefilebase[80] |
FILE* Tracefp |
char VaccineTracefilebase[80] |
FILE* VaccineTracefp |
int Verbose |