CHROMA
cern_io.h
Go to the documentation of this file.
1 /*! \file
2  * \brief CPPACS gauge format routines
3  */
4 
5 #ifndef __cern_io_h__
6 #define __cern_io_h__
7 
8 #include "chromabase.h"
9 
10 namespace Chroma {
11 
12 
13 //! CERN gauge field header
15 {
16  multi1d<int> nrow; // Lattice size
17  double plaq; // plaquette value
18 };
19 
20 
21  void readCERN(multi1d<LatticeColorMatrix>&, const std::string& );
22 
23 } // end namespace Chroma
24 
25 #endif
Primary include file for CHROMA library code.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
void readCERN(multi1d< LatticeColorMatrix > &, const std::string &)
Definition: readcern.cc:223
::std::string string
Definition: gtest.h:1979
CERN gauge field header.
Definition: cern_io.h:15
multi1d< int > nrow
Definition: cern_io.h:16