CHROMA
proginfo.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Print out basic info about this program
4  */
5 
6 #ifndef __proginfo_h__
7 #define __proginfo_h__
8 
9 namespace Chroma {
10 
11 //! Print out basic info about this program
12 /*!
13  * \ingroup info
14  *
15  * Arguments:
16  *
17  * \param xml The xml stream to write the info
18  */
19 
20 void proginfo(XMLWriter& xml);
21 
22 } // end namespace Chroma
23 
24 #endif
void proginfo(XMLWriter &xml)
Print out basic information about this program.
Definition: proginfo.cc:24
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10