CHROMA
mainprogs.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 
3 /*! \file
4  * \brief Main programs
5  *
6  * Central include file for main programs using the Chroma library
7  */
8 
9 /*! \defgroup mainprogs Main programs
10  *
11  * Central include file for main programs using the Chroma library
12  */
13 
14 
15 #ifndef __mainprogs_h__
16 #define __mainprogs_h__
17 
18 #include "tests/tests.h"
19 #include "main/main.h"
20 
21 #endif
22 
23 
Production main programs.
Test codes.