Skip to content

Commit

Permalink
Add coord_origin, time_bc, and ILDG strings
Browse files Browse the repository at this point in the history
  • Loading branch information
detar committed Jan 20, 2021
1 parent 2c4c037 commit 9bdbe9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ks_imp_utilities/params.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,8 @@ typedef struct {
int iseed; /* for random numbers */
/* REPEATING BLOCK */
Real u0; /* tadpole parameter */
int coord_origin[4]; /* Origin of coordinates for KS phases and time_bc */
int time_bc; /* 0 for antiperiodic, 1 for periodic */
int nmass; /* number of masses */
ks_param ksp[MAX_MASS];
quark_invert_control qic[MAX_MASS];
Expand All @@ -49,6 +51,7 @@ typedef struct {
char startfile[MAXFILENAME],savefile[MAXFILENAME];
char stringLFN[MAXFILENAME]; /** ILDG LFN if applicable ***/
char savelongfile[MAXFILENAME],savefatfile[MAXFILENAME];
char stringLFNlong[MAXFILENAME],stringLFNfat[MAXFILENAME]; /** ILDG LFN if applicable ***/
char srcfile[MAX_MASS][MAXFILENAME],ansfile[MAX_MASS][MAXFILENAME];
int inverttype;
} params;
Expand Down

0 comments on commit 9bdbe9a

Please sign in to comment.