CHROMA
gaugestates.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Gauge states
5  *
6  * Support for states
7  */
8 
9 /*! \defgroup gaugestates Gauge states
10  * \ingroup gaugestates
11  *
12  * Support for gauge states
13  */
14 
15 #ifndef __gaugestates_h__
16 #define __gaugestates_h__
17 
18 #include "periodic_gaugestate.h"
19 #include "simple_gaugestate.h"
20 
21 #endif
Periodic gauge state and a creator.
Simple gauge state and a creator.