Skip to content

Commit

Permalink
Revert duplicate defines in previous commit
Browse files Browse the repository at this point in the history
  • Loading branch information
daschaich committed Oct 27, 2023
1 parent d24b00a commit 5f8d602
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions wilson_flow/lattice.h
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,6 @@ typedef struct {
// Gauge links and field strength for F^2 and topological charge
matrix link[4], FS[6];
} site;

// Defines for index on field_strength
#define FS_XY 0
#define FS_XZ 1
#define FS_YZ 2
#define FS_XT 3
#define FS_YT 4
#define FS_ZT 5
// -----------------------------------------------------------------


Expand Down

0 comments on commit 5f8d602

Please sign in to comment.