#include <stdio.h>
#include <err.h>
#include <errno.h>
#include <sys/stat.h>
#include <assert.h>
Go to the source code of this file.
Defines | |
#define | UNIT_TEST_VIRTUAL |
#define | DAYS_PER_WEEK 7 |
Functions | |
void | get_global_parameters () |
Variables | |
int | Verbose |
int | Debug |
int | Test |
int | Runs |
int | Days |
int | Reseed_day |
unsigned long | Seed |
int | Start_day_of_week |
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 |
Population | Pop |
Locations | Loc |
Community * | community |
#define DAYS_PER_WEEK 7 |
#define UNIT_TEST_VIRTUAL |
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 |