CHROMA
main.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Production main programs
5  *
6  * Production level main programs using the Chroma library
7  */
8 
9 /*! \defgroup main Production main programs
10  * \ingroup mainprogs
11  *
12  * Production level main programs using the Chroma library
13  */
14 
15 
16 #ifndef __main_h__
17 #define __main_h__
18 
19 #endif
20 
21