Count number of templates in a given lattice tiling. More...
Prototypes | |
| int | main (int argc, char *argv[]) |
Count number of templates in a given lattice tiling.
Definition in file ComputeFstatLatticeCount.c.
Go to the source code of this file.
Data Structures | |
| struct | UserVariables |
Enumerations | |
| enum | { SPINDOWN , EYE } |
Variables | |
| enum { ... } | MetricType |
| const UserChoices | MetricTypeChoices = { { SPINDOWN, "spindown" }, { EYE, "eye" } } |
| anonymous enum |
| Enumerator | |
|---|---|
| SPINDOWN | |
| EYE | |
Definition at line 53 of file ComputeFstatLatticeCount.c.
Definition at line 56 of file ComputeFstatLatticeCount.c.
| enum { ... } MetricType |
| const UserChoices MetricTypeChoices = { { SPINDOWN, "spindown" }, { EYE, "eye" } } |
Definition at line 54 of file ComputeFstatLatticeCount.c.