CHROMA
gauge_init_aggregate.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief All gauge field initializers
4  */
5 
6 #ifndef __gauge_init_aggregate_w_h__
7 #define __gauge_init_aggregate_w_h__
8 
9 #include "chromabase.h"
10 #include "io/xml_group_reader.h"
11 
12 namespace Chroma
13 {
14  //! Registration aggregator
15  /*! \ingroup gauge */
16  namespace GaugeInitEnv
17  {
18  bool registerAll();
19  }
20 }
21 
22 #endif
Primary include file for CHROMA library code.
bool registerAll()
Register all the factories.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
Read an XML group as a std::string.