13 #ifndef IO_FORMAT_GAUGE_INCLUDED 
   14 #define IO_FORMAT_GAUGE_INCLUDED 
   38         m_nin    = 2 * nc * nc * ndim;
 
   81         m_matrix = 2 * nc * nc;
 
   84       int nin()
 const { 
return m_nin; }
 
   85       int nex()
 const { 
return m_nex; }
 
   87       void file_to_field(
int& s, 
int& t, 
const int i, 
const int j)
 const 
  103     extern const Format *
ILDG;
 
  104     extern const Format *
JLQCD;