CHROMA
gauge_s.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Include all gauge utility routines
5  *
6  * Utility routines for simple manipulation of gauge fields.
7  */
8 
9 /*! \defgroup gauge Utility routines for manipulating color matrices
10  * \ingroup util
11  *
12  * Utility routines for simple manipulation of gauge fields.
13  */
14 
15 #ifndef __gauge_s_h__
16 #define __gauge_s_h__
17 
18 #include "stag_phases_s.h"
19 
20 #endif
21 
22