14 #ifndef IO_FORMAT_GAUGE_INCLUDED
15 #define IO_FORMAT_GAUGE_INCLUDED
39 m_nin = 2 * nc * nc * ndim;
82 m_matrix = 2 * nc * nc;
85 int nin()
const {
return m_nin; }
86 int nex()
const {
return m_nex; }
88 void file_to_field(
int& s,
int& t,
const int i,
const int j)
const
104 extern const Format *
ILDG;
105 extern const Format *
JLQCD;