CHROMA
make_xml_file.h
Go to the documentation of this file.
1 // -*- C++ -*-
2 /*! \file
3  * \brief Make xml file writer
4  */
5 
6 #ifndef __make_xml_file_h__
7 #define __make_xml_file_h__
8 
9 #include "chromabase.h"
10 
11 namespace Chroma
12 {
13  //! Return a xml file name for inline measurements
14  /*! \ingroup inline */
15  std::string makeXMLFileName(std::string xml_file, unsigned long update_no);
16 }
17 
18 #endif
Primary include file for CHROMA library code.
std::string makeXMLFileName(std::string xml_file, unsigned long update_no)
Return a xml file name for inline measurements.
Asqtad Staggered-Dirac operator.
Definition: klein_gord.cc:10
::std::string string
Definition: gtest.h:1979